View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
marwildfw marwildfw is offline
external usenet poster
 
Posts: 13
Default how do i tell a macro to begin in the current cell?

I want to use the search function to find specific data and then use a macro
to select the entire row and transpose it into a column and then print the
data.

The macro works but it selects the same row every time. I want to know how
to tell the macro to start in the current cell.

I use the record function to create the macro, so a simple solution would be
appreciated.