T
Thijs Schoemaker
Is it possible to delete all shapes in a variable layer?
Something like:
dim shp as visio.shape
dim layer as visio.layer
for each shp in layer("Name")
shp.delete
next
Any help very much appreciated!
Robert
Something like:
dim shp as visio.shape
dim layer as visio.layer
for each shp in layer("Name")
shp.delete
next
Any help very much appreciated!
Robert