M
MikeM
I created a stencil named "New Shapes" with "Shape 1", "Shape2", etc. on it.
I'd like to use VBA to drop a shape on Page-1. I assume that I can locate
where the shape goes using
ActivePage.Shapes("Shape 1").Cells("PinX") = 1
ActivePage.Shapes("Shape 1").Cells("PinY") = 1
ActivePage.Shapes("Shape 1.1").Cells("PinX") = 1
ActivePage.Shapes("Shape 1.1").Cells("PinY") = 1
etc., but I haven't found out how to get them on the page using VBA. Can
anyone help, or point me to the pages in the "Developing Visio Solutions"
manual or in any other reference book. I'd like to start learning how to use
it, since this program is terrific -- but complicated!
Mike
I'd like to use VBA to drop a shape on Page-1. I assume that I can locate
where the shape goes using
ActivePage.Shapes("Shape 1").Cells("PinX") = 1
ActivePage.Shapes("Shape 1").Cells("PinY") = 1
ActivePage.Shapes("Shape 1.1").Cells("PinX") = 1
ActivePage.Shapes("Shape 1.1").Cells("PinY") = 1
etc., but I haven't found out how to get them on the page using VBA. Can
anyone help, or point me to the pages in the "Developing Visio Solutions"
manual or in any other reference book. I'd like to start learning how to use
it, since this program is terrific -- but complicated!
Mike