Hello again.
I was wondering if anybody knew how to generate msoffice shape based on x,y positions stored in visual basic or in an excel sheet.
For example, an "L" shaped geometry may have x,y points of
x y
1 1
1 4
2 4
2 2
4 2
4 1
1 1
If this were graphed in excel using xyplot you would see an "L" shaped geometry.
So here is the trick I am looking for. How can I use those points to generate a shape showing the same geometry.
I know that while in excel I can use the drawing tool and use a freeform line to click several points to create a shape.
I would really like to create a shape based on x and y values stored in an array in VB code run as a macro.
Any ideas?????
I was wondering if anybody knew how to generate msoffice shape based on x,y positions stored in visual basic or in an excel sheet.
For example, an "L" shaped geometry may have x,y points of
x y
1 1
1 4
2 4
2 2
4 2
4 1
1 1
If this were graphed in excel using xyplot you would see an "L" shaped geometry.
So here is the trick I am looking for. How can I use those points to generate a shape showing the same geometry.
I know that while in excel I can use the drawing tool and use a freeform line to click several points to create a shape.
I would really like to create a shape based on x and y values stored in an array in VB code run as a macro.
Any ideas?????