Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. SiPearson

    Using wdDialogFilePrint

    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...
  2. SiPearson

    Using wdDialogFilePrint

    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...
  3. SiPearson

    Using wdDialogFilePrint

    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...

Part and Inventory Search

Back
Top