How to show "&" on a button...

J

JJ

How do I show the character "&" as part of my button text?

Now it just makes the next character underlined...
 
V

Van T. Dinh

If you meant the Caption of the CommandButton then use 2 ampersands "&&" to
display an ampersand in the Caption.
 
Top