View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Steved Steved is offline
external usenet poster
 
Posts: 519
Default Save from exe file to csv file

Hello from Steved

Please how do I save a file name "missedtrips21-nov.xls" and save it as
"missedtrips21-nov.csv"

Ok the next day may be "missedtrips22-nov.xls" and the day after may be
"missedtrips23-nov.xls" they need to be saved as "missedtrips22-nov.csv" and
"missedtrips23-nov.csv"

In closing it is a different file daily. I need the code to read the current
file name and then save from xls to csv.

Thankyou.