G
garming
Dear Experts,
I am so stuck, please help...
I am using OSX Excel and I am trying to export cells to a text file by
a simple Macro. Unfortunately, some cell values are Japanese and the
result text file shows "_" for Japanese.
Open Test.txt For Output As #1
Print #1, Cells(1, "A").Value
Close #1
I tried:
1. I tried to run the same Macro in XP office 11 Japanese version, it
works fine.
2. In OSX office, I tried to test the Cells(2,"A").Value =
Cells(1,"A").Value, it works fine.
3. In OSX office, I tried msgbox(Cell(1,"A")) and it shows
"_________".
Please help.
Regards,
Sunny.
I am so stuck, please help...
I am using OSX Excel and I am trying to export cells to a text file by
a simple Macro. Unfortunately, some cell values are Japanese and the
result text file shows "_" for Japanese.
Open Test.txt For Output As #1
Print #1, Cells(1, "A").Value
Close #1
I tried:
1. I tried to run the same Macro in XP office 11 Japanese version, it
works fine.
2. In OSX office, I tried to test the Cells(2,"A").Value =
Cells(1,"A").Value, it works fine.
3. In OSX office, I tried msgbox(Cell(1,"A")) and it shows
"_________".
Please help.
Regards,
Sunny.