I am using Excel VBA, I have an error when I assign Vietnamese-Unicode character values in variable or MsgBox
, like this:
Range("A1").Value = "Nguyễn Văn Bình"
MsgBox(Sheet5.Range("a453").Value
It results with: Nguy?n V?n B?nh
Is there a way to work around this?