How to get 'Print...' dialogue via customized toolbar.

  • Thread starter Thread starter ThomasAJ
  • Start date Start date
T

ThomasAJ

The 'Print...' menu item in FILE menu opens the Print dialogue box when
clicked on. But it prints directly when used in a customized toolbar.

In other words I want to access the Print dialogue box with 1 click rather
than 2 clicks via File/Print...
 
ThomasAJ said:
The 'Print...' menu item in FILE menu opens the Print dialogue box when
clicked on. But it prints directly when used in a customized toolbar.

In other words I want to access the Print dialogue box with 1 click rather
than 2 clicks via File/Print...


I believe that the VBA statement

RunCommand acCmdPrint

brings up that dialog, so if you can work out how to invoke that statement
from your toolbar, you may get what you want.
 

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