View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
[email protected] brett.kaplan@gmail.com is offline
external usenet poster
 
Posts: 48
Default Starting at cell with string in VBA

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