John,
A couple of superflous facts first. The TimeLine addon in V2003 supports the
ability to import a 'script like' configuration to draw a timeline. The
utility is called TLImpt.exe. For those that don't want to write code.
V2003 appears to have changed some addon types of things. Specifically
RUNADDONWARGS.
I had to use this type of scenario to 'phoney' up the field updates :
Dim objAddOn As Object
Set objAddOn = appVisio.Addons
Set objAddOn = appVisio.Addons.Item("ts")
Application.AlertResponse = 1 ' since the menu being called should be
objAddOn.Run ("/cmd=4") ' initalized from the updated shapesheet
Application.AlertResponse = 0 ' we can just fake it out this way
The commands are visible in the actions section of the shapesheet for the
different types of objects that are supported (timeline, interval, event,
etc.)
Have a great one,
Al