Home » Category » Microsoft Excel

Microsoft Excel: Zoom in out - Increment 10%

205| Fri, 23 May 2008 04:05:00 GMT| anonymous| Comments (3)
Am looking for a macro which would increment zoom in and out by 10%
instead of 25%
Does any has the code.
Thxs

Keywords & Tags: zoom, out, increment, 10%, microsoft, excel

URL: http://www.developertags.com/microsoft-excel/495187/
 
«« Prev - Next »» 3 helpful answers below.
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
>

rowan | Fri, 23 May 2008 04:06:00 GMT |

thxs

al007 | Fri, 23 May 2008 04:07:00 GMT |

You're welcome.

al007 wrote:
> thxs
>

rowan | Fri, 23 May 2008 04:08:00 GMT |

Microsoft Excel Hot Answers

Microsoft Excel New questions

Microsoft Excel Related Categories