I
IanKR
I've done quite a bit of VBA programming in Excel, and have recently started
to do more stuff in Word.
There doesn't appear to be "Document_Change" event available in Word,
similar to the Worksheet_Change event in Excel. Is there no way to trap
changes made to the Document by the user? The only Document events
available - that I can see - appear to be Close, New, Open, Sync,
XMLAfterInsert and XMLBeforeDelete. I've developed a clunky workaround to
check for changes made to a table by the user, but it is, well, very clunky!
Thanks
Ian
to do more stuff in Word.
There doesn't appear to be "Document_Change" event available in Word,
similar to the Worksheet_Change event in Excel. Is there no way to trap
changes made to the Document by the user? The only Document events
available - that I can see - appear to be Close, New, Open, Sync,
XMLAfterInsert and XMLBeforeDelete. I've developed a clunky workaround to
check for changes made to a table by the user, but it is, well, very clunky!
Thanks
Ian