Hello all,

when print, I offen get a message saying "...margins are outside of
printable area, do you want to continue?", it there a way to suppress
this message or set an option of "yes" somewhere? Thanks,

- wcc

RE: suppress warning message? by HelmutWeber

HelmutWeber
Wed May 11 05:40:04 CDT 2005

Hi,
I don't think there is a way to suppress a special warning
once and for all. Wouldn't be a good idea either.
You need a macro that does the printing.
For that macro you can avoid the message.

Application.DisplayAlerts = False
Application.PrintOut _
...

Greetings from Bavaria, Germany
Helmut Weber, MVP
"red.sys" & chr(64) & "t-online.de"
Word 2002, Windows 2000

Keep your VBA code safe,
sign the ClassicVB petition www.classicvb.org