Thread
:
Starting at cell with string in VBA
View Single Post
#
2
Posted to microsoft.public.excel.misc
Don Guillett
external usenet poster
Posts: 10,124
Starting at cell with string in VBA
No pun intended but please have a look in the vba help index for FIND
I want to basically Find "Period" in A, and make the row number equal to
myRow.
--
Don Guillett
SalesAid Software
wrote in message
ups.com...
Hi,
I want to create a macro that basically looks for a string in a certain
cell in column A, and then does some stuff starting in that row. How
can I define a variable to equal the row that has that string?
So, if I'm looking for the string "Period" in Column A, I want to
basically Find "Period" in A, and make the row number equal to myRow.
Thanks,
Brett
Reply With Quote
Don Guillett
View Public Profile
Find all posts by Don Guillett