View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
terilad terilad is offline
external usenet poster
 
Posts: 141
Default Macro to run on selected sheets

I have a macro that I want to run on 100 of my 103 worksheets, is there a way
this can be done.

My code is:

Sub ClearStockCards()
Range("A7:A36,B8:B36").ClearContents
Range("D3").ClearContents
End Sub

Many thanks

Mark