J
John
Hi
My vb.net opens a word document from a word template. I am trying to find
when the document is saved by the user so I can make a history in my vb.net
app. Here is how I think it may work;
Open a word doc from vb.net app, pass ref of a vb.net event handler to the
word doc, in word, use FileSave macro to call the vb.net event handler when
the document is saved. The vb.net event handler creates history in vb.net
app.
My questions are; a) Is the above viable? b) Could someone please show me
what coding accomplishes above?
Thanks
Regards
My vb.net opens a word document from a word template. I am trying to find
when the document is saved by the user so I can make a history in my vb.net
app. Here is how I think it may work;
Open a word doc from vb.net app, pass ref of a vb.net event handler to the
word doc, in word, use FileSave macro to call the vb.net event handler when
the document is saved. The vb.net event handler creates history in vb.net
app.
My questions are; a) Is the above viable? b) Could someone please show me
what coding accomplishes above?
Thanks
Regards