View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Rockpaw Rockpaw is offline
external usenet poster
 
Posts: 1
Default Need a Marco to find and delete an entire column based on text sea

I have a SQL export which comes as an excel file containing a large amount of
data I don't need. I would like to write a macro to find and organize the
data based on the column headings, however, the columns are variable so I
cannot use the column reference. I.e. I need to find the column with the
title "owner" which could be column D or column F or Column HH. Any advice
would be much appricaiate. Also, if you could suggest how to move and delete
columns... many thanks.