View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
[email protected] shopping@datawhouse.com is offline
external usenet poster
 
Posts: 1
Default command line Excel Script

I need to automate the following process;
1. Open the same Excel spreadsheet
2. find and replace all comma's with a blank
3. Save As samefilename.CSV

I want to do this without opening Escel. I have a progam that monitors
a folder for any changes to this file. I was hoping to be able to run a
DOS batch file that would do the three steps.
Any help would be greatly appreciated.
brian