Thread
:
Running a one macro on all sheets within the file
View Single Post
#
2
Posted to microsoft.public.excel.programming
[email protected]
external usenet poster
Posts: 43
Running a one macro on all sheets within the file
Loop through the sheets using something like:
For i = 1 To Worksheets.Count
'Your code here
Next i
HTH,
John
Reply With Quote
[email protected]
View Public Profile
Find all posts by
[email protected]