View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
[email protected][_2_] Will.Cairns@gmail.com[_2_] is offline
external usenet poster
 
Posts: 8
Default prob with deleting columns

Can you read column titles into an array and apply your
delete/no-delete criteria based on their contents ?


ruchie wrote:
i need to create a macro to delete columns from my worksheet, which are
non-blank, and dont occur at an interval. what can be the way out for
that?