![]() |
|
#4
|
|||
|
|||
|
I have to agree with Graham regarding your choice of text boxes. But if there is some reason you must use what you have then perhaps:
Code:
Sub ScratchMacro()
Dim oShp As Shape
'A basic Word Macro coded by Gregory K. Maxey
On Error Resume Next
For Each oShp In ActiveDocument.Shapes
oShp.TextFrame.TextRange.Text = ""
Next oShp
lbl_Exit:
Exit Sub
End Sub
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
Word 2013 Text boxes on everything, can't select across multiple boxes
|
1Kurgan1 | Word | 2 | 10-31-2016 01:20 AM |
Drawing lines between text boxes which have actual text within the text boxes
|
RHODIUM | Word | 6 | 10-01-2016 04:43 PM |
| Text inside text boxes create headings inside my table of contents!!! How do I delete the created he | carstj | Word | 3 | 04-11-2016 12:46 PM |
please help, need formating a .doc with simple fillable text boxes and picture boxes
|
olson109 | Word | 5 | 03-12-2014 01:02 AM |
| Word2010 check boxes and plain text content control boxes in same table | fcsungard | Word | 5 | 06-01-2012 01:16 AM |