The margins of section 1 are set outside the printable area of the page. Do you wish to continue.
Sorry about the previous post.
Application.PrintOut FileName:="", Range:=wdPrintAllDocument, Item:= _
wdPrintDocumentContent, Copies:=1, Pages:="", PageType:=wdPrintAllPages, _
Collate:=True, Background:=True, PrintToFile:=False
Application.DisplayAlerts = True
What can I add to tell word to Ignore this error and just print?
Sorry about the previous post.
Application.PrintOut FileName:="", Range:=wdPrintAllDocument, Item:= _
wdPrintDocumentContent, Copies:=1, Pages:="", PageType:=wdPrintAllPages, _
Collate:=True, Background:=True, PrintToFile:=False
Application.DisplayAlerts = True
What can I add to tell word to Ignore this error and just print?