Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
General
GeneralPortable MacsHardwareNetworking
Applications
Mac ApplicationsEudoraFirefox / MozillaInternet ExplorerOutlook ExpressMS OfficeEntourageExcelPowerPointWordVirtual PCMedia PlayerOther MS Products
Programming
Mac ProgrammingCodeWarriorPerl
Country Specific
Australian Mac GroupUK Mac Group

Mac Forum / Applications / Word / June 2006



Tip: Looking for answers? Try searching our database.

Word view

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
danieljnorman@yahoo.com - 27 Jun 2006 14:44 GMT
How do I get MS WORD for Mac to open up in "page width" v. "90%"?

Thanks,
DJ
Elliott Roper - 27 Jun 2006 15:20 GMT
> How do I get MS WORD for Mac to open up in "page width" v. "90%"?

I think the following is quite general. It works here.
You set it up in your normal template as follows:-
Start Word. Open "normal" You will find it in ~/Documents/Microsoft
User Data/ if you have not fiddled with the defaults (or if I did and
have forgotten where it should be;-) )
Set the zoom and page width and window size the way you want it. Type
something and rub it out again so Word thinks you have changed
something. Save it. Quit Word. Start Word and see if the fresh doc is
how you like it.
Clive Huggan - 28 Jun 2006 23:09 GMT
On 28/6/06 12:20 AM, in article 270620061520118303%nospam@yrl.co.uk,

>> How do I get MS WORD for Mac to open up in "page width" v. "90%"?
>
[quoted text clipped - 7 lines]
> something. Save it. Quit Word. Start Word and see if the fresh doc is
> how you like it.

If you want to do the same, quickly, to pre-existing documents, you can also
create a keyboard shortcut and/or a toolbar button to apply "page width" as
your zoom value, or indeed any other value. Post back if you need more
details.

Cheers,

Clive Huggan
Canberra, Australia
(My time zone is 5-11 hours different from the US and Europe, so my
follow-on responses to those regions can be delayed)
============================================================
Elliott Roper - 28 Jun 2006 23:54 GMT
> On 28/6/06 12:20 AM, in article 270620061520118303%nospam@yrl.co.uk,
>
[quoted text clipped - 14 lines]
> your zoom value, or indeed any other value. Post back if you need more
> details.

Yep. I did not want to clutter up my reply with arcanity. What I
*really* did was assign a keyboard shortcut to the following macro.

Sub pageWidth()
'
' pageWidth Macro
' Macro recorded 05-01-2004 by Elliott Roper
'
   If ActiveWindow.View.SplitSpecial = wdPaneNone Then
       ActiveWindow.ActivePane.View.Type = wdPageView
   Else
       ActiveWindow.View.Type = wdPageView
   End If
   ActiveWindow.ActivePane.View.Zoom.PageFit = wdPageFitBestFit
End Sub

The result is a window that is page width to the current width of the
window. I then drag the window by the bottom right to get the zoom I'm
currently happy with.

The keyboard shortcut fixes any old document views, and gives me a way
to get my work back to looking half finished if I ever need to stray
into normal view or outline view. It also works round a track changes
misfeature when the page becomes not wide enough to fit the balloons.
Clive Huggan - 30 Jun 2006 00:18 GMT
On 29/6/06 8:54 AM, in article 280620062354547948%nospam@yrl.co.uk, "Elliott
Roper" <nospam@yrl.co.uk> wrote:

>> On 28/6/06 12:20 AM, in article 270620061520118303%nospam@yrl.co.uk,
>>
[quoted text clipped - 39 lines]
> into normal view or outline view. It also works round a track changes
> misfeature when the page becomes not wide enough to fit the balloons.

Ah-hah!  Feel free to spray arcanity around in liberal doses, Elliott!  Very
interesting.

The macro triggered by my [forgive me] button is:

Sub viewOneHundredAndFortyPercent()
'
' viewOneHundredAndFortyPercent Macro
' Macro recorded 7 April 2004 by Clive Huggan
'
   ActiveWindow.ActivePane.View.Zoom.Percentage = 140
End Sub

... but I realize that's really only suitable for fixed-value zooms, not for
your (or Daniel's) requirements.

Hmm, I think I'll install this one, Elliott, and add it to "Bend Word to
Your Will". Thank you!

Cheers,
Clive
=======
 
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.