View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tom Tom is offline
external usenet poster
 
Posts: 44
Default Textfile-problem

Hi

I have a problem with textfiles. I created a textfile with spanish accents
(è é ê ë È É Ê Ë). Before starting my Excel-addin, I open this textfile for
reading the contents. This works fine with my language- and
codepage-settings (I am Swiss and using the windows-ansi codepage). But my
collegue in Argentina is not able to read the textfiles because he uses a
different codepage. Now my question: Is it possible read this textfile
correctly in ALL COUNTRIES? I'm using the following command:

Open "textfile.txt" For Input As 1

Any ideas?

Tom