View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Don Guillett Don Guillett is offline
external usenet poster
 
Posts: 10,124
Default 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