We are pleased to announce that on March 4, 2025, an updated Rich Text Editor will be introduced in the MyFitnessPal Community. To learn more about the upcoming changes, please click here. We look forward to sharing this new feature with you!
Macros!!!
Replies
-
Probably about 150 grams of protein and we'll see where carbs/fat end up when I am done with my 2000 calories.0
-
200p/255c/45f1
-
After exercise 182 protein.. will not make that today I am afraid.. I will get in about 130.1
-
My macros are pint sized like me.
1 -
My macro is 339g carbs,129g fat and 339g protein 3871 calories Monday to Friday, weekend is 233g carbs,103g fat and 310g protein 3100 calories0
-
' Sub procedure to search cells A1-A100 of the current active
' sheet, and find the cell containing the supplied string
Sub Find_String(sFindText As String)
Dim i As Integer ' Integer used in 'For' loop
Dim iRowNumber As Integer ' Integer to store result in
iRowNumber = 0
' Loop through cells A1-A100 until 'sFindText' is found
For i = 1 To 100
If Cells(i, 1).Value = sFindText Then
' A match has been found to the supplied string
' Store the current row number and exit the 'For' Loop
iRowNumber = i
Exit For
End If
Next i
' Pop up a message box to let the user know if the text
' string has been found, and if so, which row it appears on
If iRowNumber = 0 Then
MsgBox "String " & sFindText & " not found"
Else
MsgBox "String " & sFindText & " found in cell A" & iRowNumber
End If
End Sub0
This discussion has been closed.
Categories
- All Categories
- 1.4M Health, Wellness and Goals
- 394.3K Introduce Yourself
- 44K Getting Started
- 260.4K Health and Weight Loss
- 175.6K Food and Nutrition
- 47.5K Recipes
- 232.7K Fitness and Exercise
- 441 Sleep, Mindfulness and Overall Wellness
- 6.4K Goal: Maintaining Weight
- 8.5K Goal: Gaining Weight and Body Building
- 153.1K Motivation and Support
- 8.1K Challenges
- 1.3K Debate Club
- 96.3K Chit-Chat
- 2.5K Fun and Games
- 3.2K MyFitnessPal Information
- 16 News and Announcements
- 918 Feature Suggestions and Ideas
- 2.7K MyFitnessPal Tech Support Questions