View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Frank Kabel Frank Kabel is offline
external usenet poster
 
Posts: 3,885
Default Excel Export Script

Hi
as a starting point:
http://www.cpearson.com/excel/imptext.htm

--
Regards
Frank Kabel
Frankfurt, Germany

schrieb im Newsbeitrag
ups.com...
I'd like to write a script that takes as its argument an excel

workbook
file, then creates comma delimited text files of every one of its
sheets, with the sheet title as the file name. Where would I start

to
accomplish this task? I want it to ma an external vbscript or perl
script not an excel macro. I am assuming I wil need an excel object
model, where can I find that as well? Thank You.