View Single Post
  #9   Report Post  
Posted to microsoft.public.word.docmanagement
Peter T. Daniels Peter T. Daniels is offline
external usenet poster
 
Posts: 3,215
Default Word 2007 Page View

It sounds like your display output is simply set to the wrong
resolution -- not a software question at all.

On May 27, 3:55*pm, SLB wrote:
I just purchased a new Dell computer with Series ST2210 21.5" W Full HD
Monitor, 21.5 VIS, VGA Cable.

Everything in Word and other software (Photoshop, etc.) are stretched. I had
to purchase latest software with Photoshop to be able to correct stretch to
normal view/size.

For Word2007, I really don't want to buy Office 2010 yet. So, I saw your
suggestion for a Macro. But I don't know how to try that. Do I go to Macro
button and choose record macro? This is all new to me. All I want is to view
my Word docs in normal view/size that isn't stretched on this monitor. Here's
your macro you gave. Do I use that one? Why is it spelled Sub Makro1 and not
Macro?

Sub Makro1()
* * With ActiveWindow.ActivePane.View.Zoom
* * * * .PageFit = wdPageFitFullPage
* * * * .Percentage = 25
* * * * .PageFit = wdPageFitNone
* * End With
End Sub