How to pragmatically reflect the dead a line of a process "Shape" to the swimlane/timeline in the cross functional chart?
Hello good people of Visguy, I have a question and was hoping that you help me solve it
i would like to be able - using a code - to color and select a timeline of a cross functional chart when a select a visio shape - with a VBA shortcut -.
In other words, I have a different shapes and in different timelines. The shapes start the process in the timeline where they are, however, they do not visually show the deadline-timeline. Meaning I have each shape has in its "Shape data" a field for deadline week, which is filled with the name of the deadline-time line. So I would really appreciate it if you could help me here with the VBA-code.
I have some back ground in VBA excel but not much in VBA-Visio
however, I can understand the logic, which is
The code should start with "un-highlighting" all the timelines
then search for the name of the correspondent timeline depending on the name in the specific field of the shape data. If it finds a match then highlight, if not msgbox.
I hope you guys help me with this problem.
Thank you all