Kelly05201
New Member
- Joined
- Jun 17, 2016
- Messages
- 29
This is so simple, and it's making me feel like the newbie I am. What is the proper syntax for this example?
Sub findthatvalue ()
Dim wks As Worksheet
Dim Third As String
For Each wks In Worksheets
Third = [cell "H77" on whatever sheet the loop is currently looking at]
MsgBox (Third)
Next wks
End Sub
hey... I'm humble and we all start somewhere.
TIA !
Sub findthatvalue ()
Dim wks As Worksheet
Dim Third As String
For Each wks In Worksheets
Third = [cell "H77" on whatever sheet the loop is currently looking at]
MsgBox (Third)
Next wks
End Sub
hey... I'm humble and we all start somewhere.
TIA !