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.
 
Back
Top