S
sdart
I'm brand new to visio, but have a programming background. I'm lacking the
syntax knowledge to do the following, but I know there's got to be a way to
do it.
I can pull text content out of a shape, but I need to make sure the shape
actually exists on the page, otherwise the macro chokes. I want something
like this:
If ShapeExists("MyShapeName") then
do something
end if
What the correct syntax in visio? TIA
syntax knowledge to do the following, but I know there's got to be a way to
do it.
I can pull text content out of a shape, but I need to make sure the shape
actually exists on the page, otherwise the macro chokes. I want something
like this:
If ShapeExists("MyShapeName") then
do something
end if
What the correct syntax in visio? TIA