Help! Need to disable warning in Word 2000

T

Tim Huenke

I have an automated process that converts .doc's into
pdf's (using activePDF). During the conversion, word
prompts a warning stating "The paper size of sections
1,2,3,4...are different from the printer paper size."

Once I click OK the pdf is created. How do I disable this
kind of warning?

Help!
 
J

Jay Freedman

Hi, Tim,

I don't know whether it will suppress this particular message, but you can
try

Application.DisplayAlerts = wdAlertsNone

at the start of your code and

Application.DisplayAlerts = wdAlertsAll

at the end.
 

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