I have an app where I need to display the print dialog box but with the 'print range' set to 'selection'.
My code looks like this...
Dim dlg As Dialog
Set dlg = Application.Dialogs(wdDialogFilePrint)
dlg Range:=wdPrintSelection
This last line generates a complie error (Invalid use of property). I've had no luck finding a solution to this.
Any ideas?
TIA,
Kevin



