Hello,
im now lookin a solution in pass a data in Vb.Net for example user name "geoffrey" to a Text Box in Microsoft Word.
before the data pass a document was created eg:"Text.doc" include the text box inside.
The user name "geoffrey will be display in the text box after the value pass in.
Loading
geoffrey ongPosted Sep 3, 2006, 9:10 PM
my program is to write a offer letter which require some data inside such as name, email address,
handphone number and so on.
i have a sample format letter was write just only without the data of name, email address, handphone number.
Via the VB.Net i can pass the data to the letter such as fill in the form.not need manually insert to the letter.
so how what i should write the code in Vb.Net and the what should do in Ms Word?
Ibrahim ErsoyPosted Sep 1, 2006, 5:17 AM
can you tell more about the details?
and microsoft word dosesnt use textbox,it uses richtextbox ;)