Hi ,
I want to insert a data to saved microsof word from VB.net application i
have made ,
do any one have an idea about the code wich should i write it in a bottun,
i have used the Add function of itnerop but it overwrite the saved document
, and what i want is to add and save the new data
Doug Robbins - Word MVP - 07 Jan 2007 16:12 GMT
Where do you want to insert the data into the document?
An easy way is to insert document variable { DOCVARIABLE varname } fields in
the document in the locations where you want the data to appear and use code
to set the values of the variables and to then update the fields in the
document so that the information is displayed in the fields.

Signature
Hope this helps.
Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.
Doug Robbins - Word MVP
> Hi ,
> I want to insert a data to saved microsof word from VB.net application i
[quoted text clipped - 3 lines]
> document
> , and what i want is to add and save the new data