View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] robyn_willson@hotmail.com is offline
external usenet poster
 
Posts: 7
Default marco to delete empty columns

Hello. I need to make a macro that will delete any column in my excel
worksheet that is empty. I am not sure wich columns are empty so it will need
to check each one. I would also like it to ignore the first row because every
column has a header so the macro would not work if it checked the first row.
Does anyone have any ideas for a macro? I tryed to make one to do it today
but just ended up very frustrated.