Button that shows the & symbol

  • Thread starter Thread starter Brad
  • Start date Start date
B

Brad

I am making a keyboard form and I need a key to show the "&" symbol. How can
I do that.

me.cmd7.caption = "&" 'doesn't work
me.cmd7.caption = ""&"" 'doesn't work
me.cmd7.caption = chr(38) 'doesn't work either.

Any thoughts?

Brad
 
Back
Top