|
-
Jul 23rd, 2004, 08:51 AM
#1
Thread Starter
Fanatic Member
Excel VBA - Japanese font
Hi and thanks for reading.
I have an Excel spreadsheet that successfully displays Japanese characters. But when I try to access the text or value property of a cell with these characters in VBA, all I get is question marks returned in place of the actual characters. (e.g., if I type "? cells(1,1).text" in the immediate pane, I get ????????????? returned.)
How can I access the actual Japanese characters in VBA?
For what it's worth, languages such as French, Spanish, Dutch, etc. are handled just fine.
Thanks!
OneSource
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|