Convert a column to unicode

J

James Ma

We have some excel file which contain some non-unicode(ANSI) column(Chinese
chars,unreadable).
Is there any way that we can convert them to the unicode(readable) format?


Thanks in advanced.
 
G

Gary''s Student

1. select the column
2. pull-down:
Format > Cells... > Font and select Arial Unicode MS
 
Top