![]() |
|
#2
|
||||
|
||||
|
Assuming you're using TextBoxes and you're calling the code from a button or something such on the form, you could implement code like:
Code:
Dim Obj As TextBox For Each Obj In Me.Controls Obj.Text = vbNullString Next
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
how to use Building Blocks or controls to add a page
|
verbster | Word | 11 | 03-06-2011 04:05 PM |
Grouping Content Controls
|
cksm4 | Word VBA | 2 | 03-01-2011 12:46 PM |
Format picture controls are acting weird.
|
WaltR | Drawing and Graphics | 1 | 02-11-2011 02:47 PM |
hide ghosted controls
|
designer | PowerPoint | 1 | 01-03-2011 07:11 AM |
Can't Download Controls
|
BillTheAdmin | Project | 2 | 12-05-2005 10:20 AM |