Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
For the past month when I type a document in Word 2003 the letters on the
screen are very large but when I print the document the font size is correct. How do I reduce the font size on the monitor screen? |
#2
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
Have you checked that your "Zoom" setting is set to "Page width" or "100%",
and not eg. 500% Rob (sorry if I'm stating the obvious....) "sibeer" wrote in message ... For the past month when I type a document in Word 2003 the letters on the screen are very large but when I print the document the font size is correct. How do I reduce the font size on the monitor screen? |
#3
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
Set the zoom to an appriate level - View Zoom. Note the zoom level is
saved with the document. You can control the zoom with auto macros in normal.dot. The following will set it to 100% zoom regardless of what the document thinks it should be. Change the 100 to any preferred zoom level. I have included also some of the other regular problem fixes, but you can remove the extra lines if required. If you want normal rather than print layout view swap the apostrophe from the beginning of the line where indicated to the other. See http://www.gmayor.com/installing_macro.htm Sub AutoNew() ActiveWindow.ActivePane.DisplayRulers = True ActiveWindow.ActivePane.View.ShowAll = False ActiveWindow.DisplayHorizontalScrollBar = True ActiveWindow.DisplayVerticalScrollBar = True With ActiveWindow.View '********************** .Type = wdPrintView '.Type = wdNormalView '********************** .Zoom.Percentage = 100 .DisplayPageBoundaries = True End With End Sub Sub AutoOpen() ActiveWindow.Caption = ActiveDocument.FullName ActiveWindow.ActivePane.DisplayRulers = True ActiveWindow.ActivePane.View.ShowAll = False ActiveWindow.DisplayHorizontalScrollBar = True ActiveWindow.DisplayVerticalScrollBar = True With ActiveWindow.View '********************** .Type = wdPrintView '.Type = wdNormalView '********************** .Zoom.Percentage = 100 .DisplayPageBoundaries = True End With End Sub -- Graham Mayor - Word MVP My web site www.gmayor.com Word MVP web site http://word.mvps.org sibeer wrote: For the past month when I type a document in Word 2003 the letters on the screen are very large but when I print the document the font size is correct. How do I reduce the font size on the monitor screen? |
#4
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
Thanks . That was my problem.
"OM" wrote: Have you checked that your "Zoom" setting is set to "Page width" or "100%", and not eg. 500% Rob (sorry if I'm stating the obvious....) "sibeer" wrote in message ... For the past month when I type a document in Word 2003 the letters on the screen are very large but when I print the document the font size is correct. How do I reduce the font size on the monitor screen? |
#5
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
Thanks. The zoom settings were my problem.
"Graham Mayor" wrote: Set the zoom to an appriate level - View Zoom. Note the zoom level is saved with the document. You can control the zoom with auto macros in normal.dot. The following will set it to 100% zoom regardless of what the document thinks it should be. Change the 100 to any preferred zoom level. I have included also some of the other regular problem fixes, but you can remove the extra lines if required. If you want normal rather than print layout view swap the apostrophe from the beginning of the line where indicated to the other. See http://www.gmayor.com/installing_macro.htm Sub AutoNew() ActiveWindow.ActivePane.DisplayRulers = True ActiveWindow.ActivePane.View.ShowAll = False ActiveWindow.DisplayHorizontalScrollBar = True ActiveWindow.DisplayVerticalScrollBar = True With ActiveWindow.View '********************** .Type = wdPrintView '.Type = wdNormalView '********************** .Zoom.Percentage = 100 .DisplayPageBoundaries = True End With End Sub Sub AutoOpen() ActiveWindow.Caption = ActiveDocument.FullName ActiveWindow.ActivePane.DisplayRulers = True ActiveWindow.ActivePane.View.ShowAll = False ActiveWindow.DisplayHorizontalScrollBar = True ActiveWindow.DisplayVerticalScrollBar = True With ActiveWindow.View '********************** .Type = wdPrintView '.Type = wdNormalView '********************** .Zoom.Percentage = 100 .DisplayPageBoundaries = True End With End Sub -- Graham Mayor - Word MVP My web site www.gmayor.com Word MVP web site http://word.mvps.org sibeer wrote: For the past month when I type a document in Word 2003 the letters on the screen are very large but when I print the document the font size is correct. How do I reduce the font size on the monitor screen? |
Reply |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Word applies direct format on File open | Microsoft Word Help | |||
Stop text from wrapping when the font size is decreased in WORD | Microsoft Word Help | |||
How do I increase font size to more than 72 | Microsoft Word Help | |||
In Word etc. should let me increase/decrease the size of ALL font. | Microsoft Word Help | |||
I cannot get font size 6 in Word 2003? | Microsoft Word Help |