K
Ken
Can anyone tell me why the statement
i = Selection.Range.ShapeRange.Count
gives error message 5852 if there are no shapes in the selection but
works if there are one or more shapes.
I can work around the problem using error trapping but it is messy.
I am using Word2000 VBA
i = Selection.Range.ShapeRange.Count
gives error message 5852 if there are no shapes in the selection but
works if there are one or more shapes.
I can work around the problem using error trapping but it is messy.
I am using Word2000 VBA