I have macro to print a document in Word 97. I want to print beyond the margins reported by Word. When printing, one gets the dialog box “The margins of section1 are outside the printable area of the page. Do you want to continue? Yes/No”. As I always wnat to continue, is they any way, the dialog box can be avoided or have “Yes” automatically pressed.
VBA prints using ActiveDocument.PrintOut Copies:=nNumberCopies, Range:=sPrintRange, Pages:=sPages
or similar commands.
Thanks