KB shortcut for zooming

M

matt neuburg

robert said:
is there a keyboard shortcut for zooming to 150%. thank you

There is if you make one.

(1) Make a macro that zooms to 150%, e.g.:

Sub View150()
ActiveWindow.View.Zoom.Percentage = 150
End Sub

(2) Go into the Customize Keyboard dialog and assign that macro the
keyboard shortcut of your choice.

m.
 
E

Elliott Roper

robert said:
is there a keyboard shortcut for zooming to 150%. thank you

Roll your own. Record a macro and assign a keyboard command to it.
It would be the simplest possible way to create your first macro.

OK, I know this is a snotty reply, but isn't it better to teach a
person to fish than to hand out one you have caught already?

Help is here when if you have trouble.
 
D

Dayo Mitchell

There is if you make one.

(1) Make a macro that zooms to 150%, e.g.:

Sub View150()
ActiveWindow.View.Zoom.Percentage = 150
End Sub

(2) Go into the Customize Keyboard dialog and assign that macro the
keyboard shortcut of your choice.

For additional assistance with those suggestions, if you are completely
unfamiliar with macros, this page may be helpful...
http://word.mvps.org/MacWordNew/InstallMacroMac.htm
(hit refresh in Safari a few times or use a different browser)

DM
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top