![]() |
|
#4
|
||||
|
||||
|
For a single selected shape you could change:
With ActiveDocument.Shapes(1) to: With Selection.ShapeRange(1) You could, of course, change the index # to refer to the 2nd, 3rd, etc. Shape in the document or selection, as appropriate. For multiple shapes, you'd need to implement a loop. To work with text in a shape, refer to its .TextFrame.TextRange property.
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
| Tags |
| shape, shapes |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
Macro to change all text color to black in all docx files in a selected folder
|
joewoods | Word VBA | 13 | 05-16-2016 06:29 PM |
Margin change for selected text in Word 7
|
Richtriebe | Word | 4 | 03-14-2016 11:57 AM |
Change ComboBox Properties
|
ll4u76 | Word VBA | 1 | 03-31-2012 05:08 AM |
| Change object properties by clicking | PopOnTheAir | PowerPoint | 7 | 03-16-2012 02:13 PM |
| Change cell color everytime a value is selected in dropdown list | angelica_gloria | Excel | 4 | 01-27-2012 06:47 PM |