Thread
:
Loop Thru Worksheets
View Single Post
#
2
Posted to microsoft.public.excel.programming
Don Guillett
external usenet poster
Posts: 10,124
Loop Thru Worksheets
for each ws in sheets
msgbox ws.name
next ws
--
Don Guillett
SalesAid Software
"Tinkerbell" wrote in message
oups.com...
Hello
I have a workbook with several worksheets that contain the same rows
and same colums that I run a macro on each sheet one sheet at a time
the macro does the same thing to each sheet It works just fine .
All I need is to have the Macro run on every sheet in the workBook I
know it can be done but I cant get anything to work for Me.
Can anyone Help me with something I can use to loop thru the
worksheets?
Thanks
OKE DOKE
Reply With Quote
Don Guillett
View Public Profile
Find all posts by Don Guillett