Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Word / Page Layout / November 2005

Tip: Looking for answers? Try searching our database.

Q: keyboard command to Zoom in/out

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
wimbledon - 06 Nov 2005 02:16 GMT
Q: keyboard command to Zoom in/out
Is there a keyboard command to view document at various 'Zoom' levels?
I can't believe one would have to mouse up to a pull-down menu everytime!

MS Help says only:
Zoom in on or out of a document
You can "zoom in" to get a close-up view of your document or "zoom out"
to see more of the page at a reduced size.
1. Click the arrow next to the Zoom box .
2. Click the zoom setting you want.

Thanks for any help you can offer. wimbles..
Greg Maxey - 06 Nov 2005 02:38 GMT
You can make up your own zoomin and zoomout keyboard shortcuts and assign
them to a couple of macros.  These add or take away a zoom of 25% each time
they are fired:
Sub myZoomIn()
Dim i As Long
Dim myWindow As Window
For Each myWindow In Windows
 i = myWindow.View.Zoom
 myWindow.View.Zoom.Percentage = i + 25
Next myWindow
End Sub

Sub MyZoomOut()
Dim i As Long
Dim myWindow As Window
For Each myWindow In Windows
 i = myWindow.View.Zoom
 myWindow.View.Zoom.Percentage = i - 25
Next myWindow
End Sub

Signature

Greg Maxey/Word MVP
See:
http://gregmaxey.mvps.org/word_tips.htm
For some helpful tips using Word.

> Q: keyboard command to Zoom in/out
> Is there a keyboard command to view document at various 'Zoom' levels?
[quoted text clipped - 9 lines]
>
> Thanks for any help you can offer. wimbles..
Suzanne S. Barnhill - 06 Nov 2005 02:43 GMT
I believe some mice with scroll wheels can do this, too, but I'm not clear
on how that works.

Signature

Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.

> You can make up your own zoomin and zoomout keyboard shortcuts and assign
> them to a couple of macros.  These add or take away a zoom of 25% each time
[quoted text clipped - 30 lines]
> >
> > Thanks for any help you can offer. wimbles..
Robert - 06 Nov 2005 03:27 GMT
> I believe some mice with scroll wheels can do this, too, but I'm not clear
> on how that works.

Greetings
Simply hold the Ctrl key down and scroll up to zoom in, down to zoom out.
Signature

Cheers
Robert

Greg Maxey - 06 Nov 2005 03:39 GMT
Well smack my ... and call me ...

Thanks Robert.

Signature

Greg Maxey/Word MVP
See:
http://gregmaxey.mvps.org/word_tips.htm
For some helpful tips using Word.

>> I believe some mice with scroll wheels can do this, too, but I'm not
>> clear on how that works.
>
> Greetings
> Simply hold the Ctrl key down and scroll up to zoom in, down to zoom
> out.
Tony Jollans - 06 Nov 2005 11:14 GMT
Ctrl+Scroll Wheel is the way to go if you have a wheel mouse. In Office
apps, you move the wheel forward to zoom in (which makes sense to me)  In
Firefox you move the wheel backward to zoom in (which gets me time after
time).

If not you can assign your own hotkeys to the various standard zoom
percentages. Just go to Tools > Customize > Keyboard, Select All Commands on
the left and scroll down to ViewZomxxx on the right and set the keys you
want for the percentages you want.

--
Enjoy,
Tony

> Q: keyboard command to Zoom in/out
> Is there a keyboard command to view document at various 'Zoom' levels?
[quoted text clipped - 8 lines]
>
> Thanks for any help you can offer. wimbles..
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.