G
Guest
Is it possible to send a performclick to a button on a printdialog?
I know you can do an if statement similar to:
if windows.forms.dialogresult.cancel then
msgbox("User cancelled print option")
end if
But I would like to open the print dialog and automatically perform the
"Print" button to save the user one more step.
Thanks much!
I know you can do an if statement similar to:
if windows.forms.dialogresult.cancel then
msgbox("User cancelled print option")
end if
But I would like to open the print dialog and automatically perform the
"Print" button to save the user one more step.
Thanks much!