T
TazNTig
Hey there,
2 points of interest:
1. I have a solid history with developing VBA in Excel to get it to do
what I want. I'm branching over to Visio 2003 Technical now and am
attempting to handle this beast. Any suggested reading materials?
Googling for items has come up pitifully short-handed unfortunately.
2. Ultimate goal of what I am currently working on is a loop which
steps through an Excel spreadsheet of events and build a timeline in
Visio that includes each event.
So far, in my limited Visio VBA experience I have only found "drop" as
a useful method for inserting new shapes. Downside to this is it
provides a popup to the user running the macro asking them to fill in
the attributes.
The preferable behavior would be that the new shape gets inserted and
then its attributes are obtained from the XL sheet object and adjusted
in subsequent VBA statements.
Any guidance on useful alternative methods for inserting shapes into a
page?
Thanks!
2 points of interest:
1. I have a solid history with developing VBA in Excel to get it to do
what I want. I'm branching over to Visio 2003 Technical now and am
attempting to handle this beast. Any suggested reading materials?
Googling for items has come up pitifully short-handed unfortunately.
2. Ultimate goal of what I am currently working on is a loop which
steps through an Excel spreadsheet of events and build a timeline in
Visio that includes each event.
So far, in my limited Visio VBA experience I have only found "drop" as
a useful method for inserting new shapes. Downside to this is it
provides a popup to the user running the macro asking them to fill in
the attributes.
The preferable behavior would be that the new shape gets inserted and
then its attributes are obtained from the XL sheet object and adjusted
in subsequent VBA statements.
Any guidance on useful alternative methods for inserting shapes into a
page?
Thanks!