VBA Foreign Language not supported for Excel 365 for Mac
Akash Jangir
1
Reputation point
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
Developer technologies | Visual Basic for Applications
Developer technologies | Visual Basic for Applications
An implementation of Visual Basic that is built into Microsoft products.
Sign in to answer