Hi Scott,
though, with Excel, I am on strange territory,
I think, it is the same as with Word-documents.
Worksheets as well as Word-documents don't have
a zoom property at all. Zoom is a property of a window.
Dim oWnd As Window
Set oWnd = ActiveWindow
oWnd.Zoom = 55
So if there is no window, as with a hidden worksheet,
it might be impossible to set a zoom.
The Excel-experts around will correct me, if I am wrong.
--
Greetings from Bavaria, Germany
Helmut Weber, MVP WordVBA
Win XP, Office 2003
"red.sys" & Chr$(64) & "t-online.de"
|