Thread
:
Macro to run on selected sheets
View Single Post
#
1
Posted to microsoft.public.excel.misc
terilad
external usenet poster
Posts: 141
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
Reply With Quote
terilad
View Public Profile
Find all posts by terilad