View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
BR
 
Posts: n/a
Default Restarting a macro

I have a macro that loops from column A to column IV(the last column in
Excel). Once the last column is read how can I cause my macro to restart at
the column A again? Can I set my macro to return to column A after it reads
column IV. What would be the macro syntax for that? Thanks.