D
Dennis
Using XL 2003 & 97
Attempting to get the following code loop to work.
The code fails where the ???????.?????? is.
Sub Test()
Dim EachSheet As Worksheet
For Each EachSheet In ActiveWorkbook.Worksheets
With EachSheet.?????????.??????????
ActiveWindow.Zoom = 75
ActiveWindow.View = xlPageBreakPreview
End With
Next EachSheet
End Su
Any thoughts?
TIA Dennis
Attempting to get the following code loop to work.
The code fails where the ???????.?????? is.
Sub Test()
Dim EachSheet As Worksheet
For Each EachSheet In ActiveWorkbook.Worksheets
With EachSheet.?????????.??????????
ActiveWindow.Zoom = 75
ActiveWindow.View = xlPageBreakPreview
End With
Next EachSheet
End Su
Any thoughts?
TIA Dennis