Printing messagebox

  • Thread starter Thread starter nc
  • Start date Start date
N

nc

Hi

How can I stop the Printing messagebox showing when
printing using macro?

Thanks
 
You could use a Windows API to stop all your windows from refreshing--but then
you'll need code to do the printing and the freezing.

Are you printing in code or via the user interface?

If you're already printing by code, maybe you can include some of this in your
routine:
http://groups.google.co.uk/[email protected]
 

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

Back
Top