Hi Scott,
If you give a shape object a meaningful name, rather than the default name
assigned by Word, and you keep a record of the names (eg as a
docproperty), it's unlikely that a user who adds/removes/changes the shape
will be savvy enough to update the records. Note that this won't work with
inlineshapes, as they don't have an accessible name property. However, if
you convert an inlineshape to a shape, you can name it then convert it
back to an inlineshape again. Then, when you want to query the
inlineshape's name, you can (temporarily) convert it to a shape again and
query the name.
Cheers
--
macropod
[MVP - Microsoft Word]
-------------------------
Scott McPhillips said:
Is there a way to detect that the user has added/removed/changed a
picture (or any other non-text object)?