Help Text for OptionButton

  • Thread starter protected form from my computer
  • Start date
P

protected form from my computer

I created OptionButton, How can I create the help text when the optionbutton
is clicked. Whenever it's clicked on or off, how the description text can be
shown?
 
J

Jonathan West

"protected form from my computer"
I created OptionButton, How can I create the help text when the
optionbutton
is clicked. Whenever it's clicked on or off, how the description text can
be
shown?

Not quite sure what you mean by help text. Do you mean the text that is
displayed next to the button? That is the Caption property of the button. Or
do you mean the tooltip? That is the TooltipText property.


--
Regards
Jonathan West - Word MVP
www.intelligentdocuments.co.uk
Please reply to the newsgroup
Keep your VBA code safe, sign the ClassicVB petition www.classicvb.org
 
P

protected form from my computer

Hello Johathan, thanks for your feedback a lot.

I want to give user the help message when they fill out the form. So it
could be
1. Tooltip, when the cursor around the optionbuttion, they can see the tip.
or
2. Only when the user click the option button and press F1, or (shft+F1),
they can get help text. (eg. like "help text" in formfield)

If you could provide me both way, it would be great help. Cause I like to
use "tooltip" as well as "help text".
 
H

Helmut Weber

Hi Steved,

?

the macro continues anyway.

--
Greetings from Bavaria, Germany

Helmut Weber, MVP WordVBA

Win XP, Office 2003
"red.sys" & Chr$(64) & "t-online.de"
 
Top