suppress warning message?

W

wccppp

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
 
H

Helmut Weber

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top