View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] ketema@gmail.com is offline
external usenet poster
 
Posts: 1
Default Excel Export Script

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.