Adding Objects to PrintDialog

  • Thread starter Thread starter Claus
  • Start date Start date
C

Claus

Is there a way to add checkboxes, dropdown ect. to the printdialog, like
when i'm adding objects to a userform using code ?

I need to precent some reporttype-choises to the user when the print button
is pressed.

Hoping for a positive answer


Claus
 
Claus,
Using the PrintDialog API and hook/templates you can achieve it, but not
natively in VBA, AFAIK.

Easier would be to make your own userform with the options, then make those
changes to the WB and print it yourself.

NickHK
 
Nick,

I'm not a pro, though i did VBA on and off for some years.

Whats the PrintDialog API ?

If i'm to build a userform, how do i get the list of printers,
printerstatus, location and so on ?

Claus
 

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