ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   How to assign value using a Char Codes? (https://www.excelbanter.com/excel-programming/340993-how-assign-value-using-char-codes.html)

CRayF

How to assign value using a Char Codes?
 
I'd like the use the Char Code: 25AB –¡ in a
Range("K1").Value =
instuction.

How could you write this the use Char Codes?



Helmut Weber[_2_]

How to assign value using a Char Codes?
 
Like this:

Cells(1, 1).Value = ChrW(&H25AB)

Helmut Weber

CRayF

How to assign value using a Char Codes?
 
Thanks


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

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