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
 
Now why didn't I think of that!! ; -)

Thanks so much Gina. Have a great day,

Brad
 

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