trying to read Japanese character set
I am reading some cells in Excel with VBA in Access. One of the cells contains Japanese characters that I need to populate in an Access Table.
If I understand things correctly, I need to read the cell from Excel as Binary then convert to UTF-8 in order to save in my Access table.
If this is correct, could you help me with the code to read the Cell from Excel with VBA as a Binary.
Pretty sure I can then pass this value to your UTF-8 converter to create the valid string.
thank you so much!!!
|