ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   copyright symbol in text of a label in VBA (https://www.excelbanter.com/excel-programming/300763-copyright-symbol-text-label-vba.html)

[email protected]

copyright symbol in text of a label in VBA
 
Hi,
I have a userform that I'm using for an Excel project. I have
a label in the userform and would like to put a copyright symbol
in the label. I have not been able to figure out how to do this in
VBA. Any help?

Thanks,

Jeff Melkonian

pikus

copyright symbol in text of a label in VBA
 
Use Chr(169)

strVar = "Product Name" & Chr(169) & "Blah blah blah" - Piku

--
Message posted from http://www.ExcelForum.com


Andy Pope

copyright symbol in text of a label in VBA
 
Hi Jeff,

Label1.Caption = "Copyright " & Chr(169)

Cheers
Andy

wrote:

Hi,
I have a userform that I'm using for an Excel project. I have
a label in the userform and would like to put a copyright symbol
in the label. I have not been able to figure out how to do this in
VBA. Any help?

Thanks,

Jeff Melkonian


--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info


All times are GMT +1. The time now is 11:17 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com