K
Kota
Hi,
I want to assign a macro at runtime in VBA for double click event of a shape.
Please verify this syntex. I got from Visio 2003, but it is not working in
Visio 2002.
Application.ActiveWindow.Page.Shapes.ItemFromID(ShapeCount).CellsSRC(visSectionObject,
visRowEvent, visEvtCellDblClick).FormulaU =
"RUNMACRO(""Interactive_Agent.Module1.Macro2"")"
what may be the wrong in this syntex
I am working on Visio 2002.
Thanks,
Kota.
I want to assign a macro at runtime in VBA for double click event of a shape.
Please verify this syntex. I got from Visio 2003, but it is not working in
Visio 2002.
Application.ActiveWindow.Page.Shapes.ItemFromID(ShapeCount).CellsSRC(visSectionObject,
visRowEvent, visEvtCellDblClick).FormulaU =
"RUNMACRO(""Interactive_Agent.Module1.Macro2"")"
what may be the wrong in this syntex
I am working on Visio 2002.
Thanks,
Kota.