capturing word events using OLE automation

S

San

I have a javascript on my html page which uses automation to launch word
application. Once the word application is launched, I would like to capture
events like Document Open, Changed, Save and Quit events on the client. How
does one do that? Any help is greatly apprecited.

I know how to do that in my C# program using PIAs and event handlers, but I
am not sure how it can be done in the browser client.

Thanks
San
 
M

martinique

This is a VBA forum, and if you want the VBA answer to this question, no
problem:

Dim withevents WordApp as WordApplication
Dim withevents WordDoc as Word.Document

(Except that there is no Changed event)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top