G
Gary
I have two master objects in my Stencil. The master names for each of them
are Z-R.2 and Y-R.2
When I select the master object in the Stencil and check the master name,
they are Z-R.2 and Y-R.2 for them. I am using VBA Code in MS Access to
drop the master object onto my visio application. Below is what I do:
Application.ActiveWindow.Page.Drop
Application.Documents.Item("C:\Stencils\Stencil_R1.vss").Masters.ItemU("Y-R.2"), 1.5, 1.0625
This is what I expected, because the recorder reference it by the master
name of Y-R.2
The problem is this one.
Application.ActiveWindow.Page.Drop Application.Documents.Item
("C:\Stencils\Stencil_R1.vss").Masters.ItemU("Master.5"), 1.375, 2#
Instead of using Z-R.2 master name, the record shows Master.5. What do I
need to do the change my stencil master to be called by Z-R.2 ??? The master
name shows this.
Can Some One Please Help.
Gary
are Z-R.2 and Y-R.2
When I select the master object in the Stencil and check the master name,
they are Z-R.2 and Y-R.2 for them. I am using VBA Code in MS Access to
drop the master object onto my visio application. Below is what I do:
Application.ActiveWindow.Page.Drop
Application.Documents.Item("C:\Stencils\Stencil_R1.vss").Masters.ItemU("Y-R.2"), 1.5, 1.0625
This is what I expected, because the recorder reference it by the master
name of Y-R.2
The problem is this one.
Application.ActiveWindow.Page.Drop Application.Documents.Item
("C:\Stencils\Stencil_R1.vss").Masters.ItemU("Master.5"), 1.375, 2#
Instead of using Z-R.2 master name, the record shows Master.5. What do I
need to do the change my stencil master to be called by Z-R.2 ??? The master
name shows this.
Can Some One Please Help.
Gary