S
SLB
I have a new Dell computer with a 21.5" W Full HD monitor. It stretches the
view. How can I get my docs to be in normal view or in scale. This is also
happening with other software (photoshop, etc.) which I have had to purchase
the latest versions to be able to correct. Any ideas? Someone offered a macro
to correct it, but that is all new to me. Not certain how to even start.
Suggested macro below:
Sub Makro1()
With ActiveWindow.ActivePane.View.Zoom
.PageFit = wdPageFitFullPage
.Percentage = 25
.PageFit = wdPageFitNone
End With
End Sub
view. How can I get my docs to be in normal view or in scale. This is also
happening with other software (photoshop, etc.) which I have had to purchase
the latest versions to be able to correct. Any ideas? Someone offered a macro
to correct it, but that is all new to me. Not certain how to even start.
Suggested macro below:
Sub Makro1()
With ActiveWindow.ActivePane.View.Zoom
.PageFit = wdPageFitFullPage
.Percentage = 25
.PageFit = wdPageFitNone
End With
End Sub