T
Tommi
I am using Visual Studio for Office 2003 addin with Visual Studio
..NET.
I have created a new Word document template project which introduces
the Word document as global variable:
Friend WithEvents ThisDocument As Word.Document
But there aren't any change events in ThisDocument interface. Only
save, close, new, sync and some xml events. How can I raise a event
when user changes some text in document?
Tommi
..NET.
I have created a new Word document template project which introduces
the Word document as global variable:
Friend WithEvents ThisDocument As Word.Document
But there aren't any change events in ThisDocument interface. Only
save, close, new, sync and some xml events. How can I raise a event
when user changes some text in document?
Tommi