View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Rowan Drummond[_3_] Rowan Drummond[_3_] is offline
external usenet poster
 
Posts: 414
Default Zoom in out - Increment 10%

try something like:

ActiveWindow.Zoom = ActiveWindow.Zoom + 10

Hope this helps
Rowan

al007 wrote:
Am looking for a macro which would increment zoom in and out by 10%
instead of 25%
Does any has the code.
Thxs