Word XP automation problem

  • Thread starter Roman A. Kirillov
  • Start date
R

Roman A. Kirillov

Hello all!

I've got small problem with Word XP, may be someone can help me?

I'm automating Word (via VB or VC++), and I need to print document on the
'fake' post-script printer (I've selected some Tektronix, and do print to
file). But Word says me that some partitions are out of the print area,
and that's why printing process becames interactive.

A question: how can I DISABLE all the messages of such a kind? Thanks in
advance!
 
H

Helmut Weber

Hi Roman,

Application.DisplayAlerts = False
....
Application.DisplayAlerts = True

but I guess, it won't work in all situations.

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

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