Thread: Chinese in VBA
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
tjmj tjmj is offline
external usenet poster
 
Posts: 1
Default Chinese in VBA

I'm trying to translate an English Excel document which uses macro and vba
codes. Everytime I try to type Chinese using IME into Microsoft Visual Basic,
it appears as question marks.
Is there a way to insert/display Chinese characters?
How can I translate the following:
MsgBox("Are you sure you want to clear all scores?", _
vbYesNo, "Delete All Scores")