W
Wendy
I Would like to turn off the tags on my shapes from VBA.
How is that done?
I tried
Vshapes.item(i).Cells("user.PEHideTag") = 1
where
dim Vshapes As Visio.shapes
but it doesnt work.
How is that done?
I tried
Vshapes.item(i).Cells("user.PEHideTag") = 1
where
dim Vshapes As Visio.shapes
but it doesnt work.