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")
This is my second posting and still no luck finding any commands
It looks like there is no list or a way to ask for a list, which to me is
stupid.
I hope i am missing something.
Any reply will be appreciated.
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")
This is my second posting and still no luck finding any commands
It looks like there is no list or a way to ask for a list, which to me is
stupid.
I hope i am missing something.
Any reply will be appreciated.
Thanks!