Visio Guy

Visio Discussions => Programming & Code => Topic started by: AB@Onepiece on November 22, 2018, 07:55:12 AM

Title: VISIO Import Wizird
Post by: AB@Onepiece on November 22, 2018, 07:55:12 AM
I got a project in which I have to perform following actions
1. Import the excel data (There are two sheets in which all the data is present let's say "Sheet-1" and "Sheet-2")
2. Then I need to select rectangle as the shape along with I need to label with "Name"
3. Need to select the unique ID with" ID"
4. Then rectangles show be populated to VISIO Sheet.

In simples terms, I need to create a macro which does similar actions as "Import Data Wizard". Can anyone help me with this.??
Title: Re: VISIO Import Wizard
Post by: Yacine on November 22, 2018, 09:28:44 AM
What's wrong with the Import Data Wizard?
Title: Re: VISIO Import Wizard
Post by: JuneTheSecond on November 24, 2018, 09:17:01 AM
Record your operation on Visio with Visio automatic macro writer.
Title: Re: VISIO Import Wizard
Post by: wapperdude on November 24, 2018, 03:36:13 PM
The following links might be useful, both deal with getting custom info from excel into Visio.

http://visguy.com/vgforum/index.php?topic=7450.0 (http://visguy.com/vgforum/index.php?topic=7450.0)
http://visguy.com/vgforum/index.php?topic=7302.0 (http://visguy.com/vgforum/index.php?topic=7302.0)
http://visguy.com/vgforum/index.php?topic=7964.0 (http://visguy.com/vgforum/index.php?topic=7964.0)

Wapperdude