K
Kamran
I'm a novice at this. How can I store the name of a shape in a variable in
Word 2003? What I have is this, and it's not working:
Dim shapePos As Variant
shapePos = ActiveDocument.Shapes(1).Name
I want to store this name because the macro I'm going to run after is going
to move the cursor to another place in the document. I'm want the focus to
return to where it was when they clicked the button. So I also need to know
to go to a particular Option Button that was created using the Control
Toolbar.
Thanks.
Word 2003? What I have is this, and it's not working:
Dim shapePos As Variant
shapePos = ActiveDocument.Shapes(1).Name
I want to store this name because the macro I'm going to run after is going
to move the cursor to another place in the document. I'm want the focus to
return to where it was when they clicked the button. So I also need to know
to go to a particular Option Button that was created using the Control
Toolbar.
Thanks.