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 SkipVought 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: jche
  • Order by date
  1. jche

    To automate mail-merging in VB and saving of mail-merged document

    Hi all I am doing the automation of mail-merging of Word Document in VB. After mail-merging, I need to save it in separate documents. It is okay for the first time, but from second time onwards, I have the error :- This command is not available because no document is open My program goes...
  2. jche

    Print Document from WordPad

    Hi there I need to automate the printing of wordpad documents using VB. The following code is what I have written :- Dim filename As String Dim wp As String Dim actApp As String filename = "test1.txt" wp = "c:\wordpad.exe c:\MyDocuments\" + filename...
  3. jche

    How to print document frm WordPad? Pls help!

    Hi there I need to automate the printing of wordpad documents using VB. The following code is what I have written :- Dim filename As String Dim wp As String Dim actApp As String filename = "test1.txt" wp = "c:\wordpad.exe c:\MyDocuments\" + filename...
  4. jche

    How to do PageSetup and then Print document in WordPad

    Hi there I need to automate the printing of wordpad documents using VB. The following code is what I have written :- Dim filename As String Dim wp As String Dim actApp As String filename = "test1.txt" wp = "c:\wordpad.exe c:\MyDocuments\" + filename...

Part and Inventory Search

Back
Top