EmersonH.Com

Transforming Knowledge into Power

  • Increase font size
  • Default font size
  • Decrease font size
Home VB 6 Word 2007 Fit To Pages

Fit To Pages

E-mail Print

This example attempts to reduce the page count of the active document by one page.
Visual Basic for Applications
On Error GoTo errhandler
ActiveDocument.FitToPages
errhandler:
If Err = 5538 Then MsgBox "Fit to pages failed"

Last Updated on Monday, 21 December 2009 17:02