View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] vsimionescu@softwin.ro is offline
external usenet poster
 
Posts: 2
Default save sheet as Unicode CSV

Hello

The problem has been asked before but I couldn't find any satisfactory
answer. In short, I have Excel files which might contain extended
characters such as russian, chinese and others, and I want to get a CSV
out of a given sheet. From programming, that is via OLE. Is there any
decent way to do this ? I mean other than going through every cell,
hand-coding its contents to CSV and writing the file myself.

Regards
V. Simionescu