View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Lonnie M. Lonnie M. is offline
external usenet poster
 
Posts: 184
Default Setting Sheet Display Zoom Magnification in VBA

Hi, ActiveWindow.Zoom = 85 would set the zoom to 85%.
In the VBA editor if you press F2 it will bring up a search window to
search the VBA libraries for built in functions, properties, and
methods. This is very helpful to find things like this.

HTH--Lonnie M.