![]() |
|
#4
|
||||
|
||||
|
Hi hklein,
Although you've posted in the Userforms group, your post referred to fields, so I wasn't sure whether you're using a userform or formfields. Since it seems you're using a userform, it's easy enough to use the 'Enter' event to display your help somewhere. For example: Code:
Private Sub TextBox1_Enter() StatusBar = "Hello" End Sub
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
Preventing Form Fields to Reset
|
PosseJohn | Word VBA | 4 | 07-15-2011 09:44 PM |
Tab through fields on a form.
|
Keep on Ticking | Word | 1 | 06-23-2011 03:29 AM |
| Form Fields Problem | shogan | Word | 1 | 05-18-2010 01:01 AM |
| Form fields in Word messed up | mba | Word VBA | 0 | 02-07-2010 09:54 PM |
| Form Fields | questions | Word | 0 | 04-27-2009 10:48 AM |