Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Use Chr(). For example:
Sub dural() ActiveCell.Font.Name = "Arial Unicode MS" ActiveCell.Value = ChrW(8457) End Sub will put a degrees Fahrenheit symbol in a cell. -- Gary''s Student - gsnu200909 "GadyC" wrote: I wrote a macro - xla. it returns manipulated and translated strings. after passing to win7 i get the output in wrong language code, probably unicode problem. how can i assign a unoicode string into a varialble? thanks in advance |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
I want to define the use of Unicode globally in a VBA macro in Ex. | Excel Programming | |||
how do I use macro to find and replace unicode characters | Excel Discussion (Misc queries) | |||
Changing a macro to save as Unicode text | Excel Programming | |||
Changing a macro to save as Unicode text | Excel Programming | |||
A macro to export a sheet as UTF8 encoded Unicode file | Excel Programming |