A
AppleMcIntosh
Hello
My problem is: I don't know how to set a layers property visible or
invisible by using the NAME of the Layer. I can set it by using the Layers
Index with following code:
Set ViewLay1 = Visio.ActivePage.PageSheet.Cells("Layers.Visible[4]")
ViewLay1.Formula = "=1"
But: How can I set it visible by using its Name? For example the Layers
name would be "myLayer1"?
Thanks for your help,
The Apple-man
My problem is: I don't know how to set a layers property visible or
invisible by using the NAME of the Layer. I can set it by using the Layers
Index with following code:
Set ViewLay1 = Visio.ActivePage.PageSheet.Cells("Layers.Visible[4]")
ViewLay1.Formula = "=1"
But: How can I set it visible by using its Name? For example the Layers
name would be "myLayer1"?
Thanks for your help,
The Apple-man