hi
i need a code that can export my data to microsoft word document..
please help me.. thanks in advanced..
Printable View
hi
i need a code that can export my data to microsoft word document..
please help me.. thanks in advanced..
i have this code.. but this code only opens a Microsoft Word Apllication...
VB Code:
Dim wdApp As Word.Application ' Create new hidden instance of Word. Set wdApp = New Word.Application ' Show this instance of Word. wdApp.Visible = True With wdApp ' Code to automate Word here. End With Set wdApp = Nothing
i need a code to open a new word document...