Hi I'm using the following code:
Dim oDlg As Dialog
Set oDlg = Dialogs(wdDialogFilePrint)
With oDlg
.Show
iNoCopies = .numcopies
End With
Set oDlg = Nothing
to allow a user to print a document. What I want is to capture the number of copies of a...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.