Justin,
after much messing about I've found the problem. We use a document management system called iManage which interacts with Word. When the interaction is on, the dialog returns the incorrect information, when its off I get the write values returned. Its very odd, and the next thing I've...
Justin,
I get a number returned but it is always 1, I'm assuming you'll get the same if you try to print more than one copy. At the moment I'm declaring the var the same location as you and viewing in a message box like you are.
The end goal is to be able to record in a db the number of pages...
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.