How do you put an "&" sign on a button?

C

Cathy

I need a button to say "O&M", but when I type it, the & sign turns into an
underscore. How do I display the "&" sign as typed?

Thank you!
 
D

Dirk Goldgar

Cathy said:
I need a button to say "O&M", but when I type it, the & sign turns into an
underscore. How do I display the "&" sign as typed?


Double up the &: O&&M

When displayed, it will come out as a single ampersand.
 
Top