M
mikeFin
Somewhere I saw this code:
For I = shpsObj.Count To 1 Step -1
Set shpObj = shpsObj.Item(I)
shpObj.Delete
Next I
But it in Visio 2007 it looks like there is no "Item" available.
How could this be done?
For I = shpsObj.Count To 1 Step -1
Set shpObj = shpsObj.Item(I)
shpObj.Delete
Next I
But it in Visio 2007 it looks like there is no "Item" available.
How could this be done?