M
Mike
I have a Visio sheet that I am using as the front end of chemical
process simulation. Visio has numbers created from its "Text Tool",
i.e. the big A button on the Standard Tool Bar that are used to display
flow rates.
I would like to change those numbers in Visio and key off a change
event to re-run my simulation. Does anyone know if this is possible or
how?
I've been attempting to use the below sub for a text change event, but
do not know what to use for the "object".
Private Sub object_TextChanged(ByVal shape As IVShape)
-Mike
process simulation. Visio has numbers created from its "Text Tool",
i.e. the big A button on the Standard Tool Bar that are used to display
flow rates.
I would like to change those numbers in Visio and key off a change
event to re-run my simulation. Does anyone know if this is possible or
how?
I've been attempting to use the below sub for a text change event, but
do not know what to use for the "object".
Private Sub object_TextChanged(ByVal shape As IVShape)
-Mike