Hello,
Please can you help. I would like to loop the following macro through worksheets which are labeled 1 through 31
can anyone help?
Thank you
Tom
Please can you help. I would like to loop the following macro through worksheets which are labeled 1 through 31
Code:
Range("A6:A25,C6:C25,C27").Select
Range("C27").Activate
ActiveWindow.SmallScroll Down:=21
Range("A6:A25,C6:C25,C27,A32:A51,C32:C51,C53").Select
Range("C53").Activate
ActiveWindow.SmallScroll Down:=27
Range("A6:A25,C6:C25,C27,A32:A51,C32:C51,C53,A58:A77,C58:C77,C79,E6:E77,G6:H77").Select
Range("G6").Activate
Selection.ClearContents
can anyone help?
Thank you
Tom