Form field with help text

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to create a form where, if you hover the mouse pointer over the form
field text will display telling you what needs to be input. I can insert
comments and add visible text but this is not what I want to do - Can you
tell me how to do this please?

Thanks
 
Hovering text of this type is not possible. You can either add help text
which is displayed in the status bar or you can pop up a message box on
entry to the field using the code

MsgBox "Help Text", vbInformation

in a macro run on entry to the field.

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

My web site www.gmayor.com

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top