S
Senad Isanovic
Click on File/Print out dialog, then select a printer and click on
Properties button. This opens a new dialogbox with different properties
depending on what printer was selected in the previous step. How do I
display this dialogbox for standard printer from VBA code?
I found code that displays FilePrint dialog but cann't find for Properties
dialogbox.
Dim dlgFilePrint As Dialog
Set dlgFilePrint = Dialogs(wdDialogFilePrint)
dlgFilePrint.Display
Properties button. This opens a new dialogbox with different properties
depending on what printer was selected in the previous step. How do I
display this dialogbox for standard printer from VBA code?
I found code that displays FilePrint dialog but cann't find for Properties
dialogbox.
Dim dlgFilePrint As Dialog
Set dlgFilePrint = Dialogs(wdDialogFilePrint)
dlgFilePrint.Display