E
ETLahrs
I am trying to print a userform. I know I can use userform.printform,
however I want to be able to select which printer to print it on. By
default, we have the B&W printer selected, however there is a graph on the
userform that is much more useful when in color. I know about the
Application.Dialogs(xlDialogPrint).Show, but if I set that up to a command
button, it will print the active sheet, not the userform.
Is there anyway to combine the userform.printform and the
Application.Dialogs(xlDialogPrint).Show?
Thanks for the assistance,
Ed
however I want to be able to select which printer to print it on. By
default, we have the B&W printer selected, however there is a graph on the
userform that is much more useful when in color. I know about the
Application.Dialogs(xlDialogPrint).Show, but if I set that up to a command
button, it will print the active sheet, not the userform.
Is there anyway to combine the userform.printform and the
Application.Dialogs(xlDialogPrint).Show?
Thanks for the assistance,
Ed