Hello,
Need the assistance on the following Excel requirement.
We will need to convert excel Row data into Visio Flowchart using VBA macro.
1. Each row in Excel need to be converted into Rectangle Shape in Visio diagram. At this time fine with only one shape but later based on row data we have to decide the shapes (like decision..etc)at run time. All the shapes need to be connected in the same visio drawing.
2. There is no limit in number of rows in excel and the entire row need to be converted into a single shape.
3. The row data will be in a single column of that row.
Example in Excel 4 rows of data like below:
Row 1: Login as guest user
Row 2: Provide the search creteria
Row 3: View the results.
Row 4: Logout.
The above has to be converted into 4 rectangle shapes and connected as a flowchart.
Please help me to write vba macro on this.
Thanks in advance.
Muthu.
Need the assistance on the following Excel requirement.
We will need to convert excel Row data into Visio Flowchart using VBA macro.
1. Each row in Excel need to be converted into Rectangle Shape in Visio diagram. At this time fine with only one shape but later based on row data we have to decide the shapes (like decision..etc)at run time. All the shapes need to be connected in the same visio drawing.
2. There is no limit in number of rows in excel and the entire row need to be converted into a single shape.
3. The row data will be in a single column of that row.
Example in Excel 4 rows of data like below:
Row 1: Login as guest user
Row 2: Provide the search creteria
Row 3: View the results.
Row 4: Logout.
The above has to be converted into 4 rectangle shapes and connected as a flowchart.
Please help me to write vba macro on this.
Thanks in advance.
Muthu.
Last edited: