Hi,
I'm trying to create a .txt file out of my excel sheet which has 'Korean' Characters in the sheet.
When I try to read those char in a String variable its not showing the characters properly. It shows (__) instead of actual Korean characters.
Same code is working in Windows but not working in Mac
My excel sheet has this data. Please see the screen shot attached

I'm getting below output in my .txt file

Below is the code I'm using.
OutputFileNum = FreeFile
Open fileSaveName For Output Lock Write As #OutputFileNum
Appender = "Some text from sheet"
Print #OutputFileNum, Appender