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 bkrike 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: *

  • Users: filipet
  • Content: Threads
  • Order by date
  1. filipet

    How to print in full duplex mode

    I have a document in word with 4 pages, and i want to make a VB code that print them automatically in full duplex mode. Sorry for the english. Thanks in advance. Best regards.
  2. filipet

    How to print in full duplex mode (Word)

    I have a document in word with 4 pages, and i want to print them in full duplex mode. Sorry for the english. Thanks in advance. Best regards.
  3. filipet

    how to print in full duplex

    I have a document with 4 pages, and i want to print them in full duplex mode. I have the follow code: dim wordobj set wordobj = CreateObject("Word.Application") wordobj.Visible = True wordobj.Documents.Open document_name.doc and now i want to print them. Sorry for the english...
  4. filipet

    How to Run a Macro inWord

    I want in VbScript do run a Macro that is saved in a document: I have this program: set oWord = CreateObject("Word.Application") oWord.Visible = True oWord.Documents.Open "Document1.doc" oword.Run "Document1.doc!Macro1" The last row didn't work Somebody can help me

Part and Inventory Search

Back
Top