Does a word table cell have an "on change" event?

J

Jim

MS Access utilizes an "on change event" to fire off some VBA code every time
specific object text is changed.

I have a Word VBA Macro which copies field information to various places
within my word document. I would like this macro to run whenever a user
makes a change to the field information of specific cells, similarly to how
the Access "On Change event" works.

How can this be done? All ideas are welcomed.

Thanks,

Jim in MD
 
G

Greg

Jim,

It can't. Not in a simply Word table.

You can use a protected (or online) Word form and fire macros on entry
and exit events.
 

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