ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   How to include meta characters in forms (https://www.excelbanter.com/excel-programming/453700-how-include-meta-characters-forms.html)

[email protected]

How to include meta characters in forms
 
Good morning.

How do I add meta characters (such as a copyright symbol) to a label on a form?

Anything I try takes the literal text from the caption field, not the CHR code.

Any suggestions?

Art

Claus Busch

How to include meta characters in forms
 
Hi Art,

Am Fri, 21 Jul 2017 04:05:29 -0700 (PDT) schrieb :

How do I add meta characters (such as a copyright symbol) to a label on a form?

Anything I try takes the literal text from the caption field, not the CHR code.


do it in UserForm_Initialize event

Private Sub UserForm_Initialize()
Me.Label1.Caption = "Test " & Chr(169)
End Sub:




Regards
Claus B.
--
Windows10
Office 2016

[email protected]

How to include meta characters in forms
 
On Friday, July 21, 2017 at 7:40:19 AM UTC-4, Claus Busch wrote:
Claus,

it works!

thanks

Art


All times are GMT +1. The time now is 01:51 AM.

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