View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Sandeep P Sandeep P is offline
external usenet poster
 
Posts: 1
Default How to create Loop

I have recorded a macro to delete some row and then move to next sheet and
perform the same action on the next sheet also until all the sheets are done.

but it works fine for 1st sheet and does not work for sheets further.

How can we run the same recorded macro in loop so that it performs the same
action on all sheets

Could you please help