A
a.corrieri
Hi!
I try to do the following: on a page walk the shapes and delete some of them
having a name pattern.
I walk the list via
For intCounter = 1 To intShapeCount
myStr = vsoShapes.Item(intCounter).Name
Next intCounter
now I would like to do something like:
if myStr.StartsWith("Sheet.") Then
...
unfortunatly I haven't found a way to use StartsWith
any ideas?
thanks
Alex
I try to do the following: on a page walk the shapes and delete some of them
having a name pattern.
I walk the list via
For intCounter = 1 To intShapeCount
myStr = vsoShapes.Item(intCounter).Name
Next intCounter
now I would like to do something like:
if myStr.StartsWith("Sheet.") Then
...
unfortunatly I haven't found a way to use StartsWith
any ideas?
thanks
Alex