Thread: Macro Commands
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Chris Premo Chris Premo is offline
external usenet poster
 
Posts: 37
Default Macro Commands

I want to be able to search through an imported text file for the first
instance of a work (no problem doing this) and then select all the
"Row" above it and delete them. So . . .

How do I programatically determine which row the "Search" string is in
and then pass that to the next line to delete all rows above that row?





--