B
Bjorn Elfvin
I need to concernate a string variable in excel containing some arrow
characters. They are unicode #2191 to 2193.
In the vba editor they appear as a "?" character in the string.
Dim x as String
x = ChrW(2191)
result in a x = "?"
Is the vba enviroment unicode compatible?
characters. They are unicode #2191 to 2193.
In the vba editor they appear as a "?" character in the string.
Dim x as String
x = ChrW(2191)
result in a x = "?"
Is the vba enviroment unicode compatible?