grapic chararcters in a userform

  • Thread starter Thread starter Marc
  • Start date Start date
M

Marc

Hello, I would like to insert graphic characrter (like
those one ╝╞╠╬►)unicode hexadecimal in a userform.
 
Hi Marc,

Use the ChrW() function.
Label1.Caption = ChrW(9565)

Cheers
 

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