chrW doesn't work
value(SN).Text = ChrW(&H2663)
It works fine in the old computer but the same code doesn't seem to find the unicode characte set? Any suggestions?Thanks
Dick Roose
value(SN).Text = ChrW(&H2663)
It works fine in the old computer but the same code doesn't seem to find the unicode characte set? Any suggestions?Hi,
Have you tried it in a standard textbox name like
textbox1.text=ChrW(&H2663) '?
As it works on my computer.
Maybe you need to set the default font for that textbox to a bigger size so you can see the character as it is very small.
Regards,
S_DS.