V
visdev1
Is there a list or a way to show what all the commands for an addon are?
I am using visio's gantt chart and found the commands to do some of the
normal actions visio provides. I would like to find or make a list of all
the other commands the gantt chart has.
Example of what i have found so far:
Set objAddOn = Visio.Addons.Item("GC") ' GC = Gantt Chart
' Insert Row
objAddOn.Run ("/CMD=2540")
Thanks!
I am using visio's gantt chart and found the commands to do some of the
normal actions visio provides. I would like to find or make a list of all
the other commands the gantt chart has.
Example of what i have found so far:
Set objAddOn = Visio.Addons.Item("GC") ' GC = Gantt Chart
' Insert Row
objAddOn.Run ("/CMD=2540")
Thanks!