Results 1 to 2 of 2

Thread: Export to Word Document

  1. #1

    Thread Starter
    Member disinwebe's Avatar
    Join Date
    Oct 2005
    Location
    Philippines
    Posts
    38

    Export to Word Document

    hi

    i need a code that can export my data to microsoft word document..

    please help me.. thanks in advanced..

  2. #2

    Thread Starter
    Member disinwebe's Avatar
    Join Date
    Oct 2005
    Location
    Philippines
    Posts
    38

    Re: Export to Word Document

    i have this code.. but this code only opens a Microsoft Word Apllication...

    VB Code:
    1. Dim wdApp As Word.Application
    2.    
    3.    
    4.    
    5.     ' Create new hidden instance of Word.
    6.     Set wdApp = New Word.Application
    7.     ' Show this instance of Word.
    8.     wdApp.Visible = True
    9.     With wdApp
    10.     ' Code to automate Word here.
    11.        
    12.     End With
    13.    
    14.    
    15.  
    16.     Set wdApp = Nothing

    i need a code to open a new word document...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width