P
Pfc
Hi
I am trying to find all the members of wdDialogFilePrint. I have a VBA
application that uses settings returned after .Display but I can't find
the name for the setting for 'Print What'. I need to find if the user
has selected Print 'Document' or Print 'Document showing Markup' (or
any other entry for this item)
I can set this using
Application.PrintOut Item:=wdPrintDocumentWithMarkup, ... etc
or
Application.PrintOut Item:=wdPrintDocumentContent, .....etc
but the tag 'Item' is not recognised when reading the results following
..display i.e.
With Dialogs(wdDialogFilePrint)
.Display
iCopies=.NumCopies
iWhat = .Item
End With
gives an error.
I'd be grateful for any help with this - thanks
I am trying to find all the members of wdDialogFilePrint. I have a VBA
application that uses settings returned after .Display but I can't find
the name for the setting for 'Print What'. I need to find if the user
has selected Print 'Document' or Print 'Document showing Markup' (or
any other entry for this item)
I can set this using
Application.PrintOut Item:=wdPrintDocumentWithMarkup, ... etc
or
Application.PrintOut Item:=wdPrintDocumentContent, .....etc
but the tag 'Item' is not recognised when reading the results following
..display i.e.
With Dialogs(wdDialogFilePrint)
.Display
iCopies=.NumCopies
iWhat = .Item
End With
gives an error.
I'd be grateful for any help with this - thanks