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
Thanks,
Gary
--
Mark Nelson
Office Graphics - Visio
Microsoft Corporation
This posting is provided "AS IS" with no warranties, and confers no rights.
"Gary" <Ga...@discussions.microsoft.com> wrote in message
news:7739BF37-30BD-4979...@microsoft.com...