B
Bernie
Hi,
I can select a shape by the uniqueID (GUID)
set obj = visioApp.ActivePage.Shapes.Item("GUID")
But if the GUID does not exist I get an error and the execution
stops.
How can I avoid the error.
An "On error"- construct does not work.
Thank you
Bernie
I can select a shape by the uniqueID (GUID)
set obj = visioApp.ActivePage.Shapes.Item("GUID")
But if the GUID does not exist I get an error and the execution
stops.
How can I avoid the error.
An "On error"- construct does not work.
Thank you
Bernie