create a MS word file?

shawn

New member
Joined
Jun 25, 2007
Messages
1
Programming Experience
Beginner
Hi, i'm looking for the code to create a MS word file in VB.Net. I have inputs in a textbox in my form, i like to save the inputs in words document.

This is what i gathered so far. but i'm still lost in which direction to go from here.

'Create word obj
Dim oWordApp As New Word.Application

'create document obj from word
Dim aWordDoc As New Word.Document
'document obj -- create text adn alignments

'use word app to save document in filesystem
'oWordApp.Documen
' System.IO.File()
'oWordApp.nc()

Please help me!

contact me shawn_chen109@hotmail.com
 
Back
Top