Z
zSplash
How do I set ActiveDocument.Shapes(2) as myRange?
I tried:
Dim myRange as Range
set myRange=ActiveDocument.Shapes(2)
....but, of course, got an error, because a shape is a different type than a
range. I thought about declaring myRange as a shape, but then it wouldn't
be a range, and I couldn't manipulate it the way I want to. Is the
ShapeRange object what I should be understanding?
TIA
I tried:
Dim myRange as Range
set myRange=ActiveDocument.Shapes(2)
....but, of course, got an error, because a shape is a different type than a
range. I thought about declaring myRange as a shape, but then it wouldn't
be a range, and I couldn't manipulate it the way I want to. Is the
ShapeRange object what I should be understanding?
TIA