Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Sub activewindowzoom()
oldzoom = ActiveWindow.Zoom ' MsgBox oldzoom ActiveWindow.Zoom = 100 MsgBox "hi there" ActiveWindow.Zoom = oldzoom End Sub -- Don Guillett SalesAid Software "CLR" wrote in message ... Hi All......... I am doing a routine that runs best with the ActiveWindow.zoom = 100 What I would like, is to be able to determine what the ActiveWindow.Zoom setting actually is prior to running my routine, so I can change it to 100, run the routine, and then change it back to whatever it was.......... Any help would be much appreciated........ Vaya con Dios, Chuck, CABGx3 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to get ActiveWindow | Excel Programming | |||
Excel.ActiveWindow Is Excel.ActiveWindow Returns False | Excel Programming | |||
How can I refer to the ActiveWindow | Excel Programming | |||
ActiveWindow VBA problem | Excel Programming | |||
Using ActiveWindow.PointsToScreenPixelsY | Excel Programming |