Changing adapted properties

S

stijn

hellow,
is there a event that getriggers when changing the adapted properties from a
shape in visio? with which VBA-code can I catch these? Ive found some event
for ShapeChanged, but it doesn't trigger.
Who can help me?
Thx
 
A

Al Edlund

what I use when I seem to be having problems with event triggers is the
event monitor. It installs as part of installing the v2003 sdk.
al
 
M

Mark Nelson [MS]

You need the CellChanged or FormulaChanged event. ShapeChanged actually
fires for changes that occur outside the Shapesheet, such as the Data1/2/3
properties changing.

--
Mark Nelson
Office Graphics - Visio
Microsoft Corporation

This posting is provided "AS IS" with no warranties, and confers no rights.
 
Top