visio addons gantt chart

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!
 
J

junethesecond

I think every body wish the list, me too.
By the way, how did you find /CMD=2540?
 
V

visdev1

In the shapesheet Actions section it shows commands like
RUNADDONWARGS("GC","/CMD=2560") with its menu as "&Link Tasks". So anywhere u
find one of the GC commands in the right click menu u will find it as well in
its shapesheet. My problem is not all the commands r in the chart's
shapesheet. Commands like export and import r in the toolbar menu but r not
available inside the chart's shapesheet. So i was hoping that i would be
able to loop threw all the GC cammands and find the command numbers or find a
list online.

Thanks for the reply!:)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top