F
FCC
Hello,
I am currently developing some VBA code for a chinese company. I would
like to display some chinese onto the Excel worksheets through VBA.
If I type chinese directly onto the excel worksheets I have no problem
displaying them, but when I try to display them through VBA code all I
get is ??
For example,
Range("A1") = "你好"
Would just make Cell A1 display as ??
Is there anyway I can make VBA display the chinese text properly?
I am currently developing some VBA code for a chinese company. I would
like to display some chinese onto the Excel worksheets through VBA.
If I type chinese directly onto the excel worksheets I have no problem
displaying them, but when I try to display them through VBA code all I
get is ??
For example,
Range("A1") = "你好"
Would just make Cell A1 display as ??
Is there anyway I can make VBA display the chinese text properly?