Exporting Worksheets To Text With Special Characters

serioussam13x

New Member
Joined
Jun 30, 2008
Messages
1
Hello,

I am trouble saving individual wordsheets as tab delimited in excel and keeping the special characters. It replaces the special characters with '?'. The characters are Chinese characters which I need in a dual process. I have a perlscript which picks up the tab delimited file and fires it off to another system. Does anyone know a way to export Chinese characters into a tab delimited text file by manually saving or even vba macro? Any help would be appreciated.
 

Excel Facts

What is the shortcut key for Format Selection?
Ctrl+1 (the number one) will open the Format dialog for whatever is selected.
Are you sure that the special characters are being changed, or is it that the target application cannot understand/display them ?

Generally text characters in files are saved as *code numbers* which are converted back to alphanumeric characters by the application it is opened in. Usually depending on which *font* is used there. You can see this by formatting a cell using Wingdings font then back to the original. Many of them will display "?" if it does not recognise the code. Plain Text editors like Notepad are not good at it . Could try opening the file in Word.

If the character is actually being changed, then it will look different when the file is imported back to Excel.

A way of checking the code of a character in Excel is to use a formula like :-
=CODE(MID(A1,2,1))

Hope this helps.
 
Upvote 0

Forum statistics

Threads
1,214,874
Messages
6,122,034
Members
449,061
Latest member
TheRealJoaquin

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top