How to iterate through sheets and set ActiveWindow
For Each Sheet In Sheets
MsgBox Sheet.Name
' your code here
Next 'Sheet
Regards
Trevor
wrote in message
oups.com...
Hi,
How do you iterate through the sheets in a weekbook and set each sheet
to the ActiveWindow?
(I need to assign the scrollrow for each sheet.)
Thanks.
|