[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Mervyn Thomas

12/19/2006 4:36:00 PM

I want to change a CSV file name created in excell from myfile.csv to
myfile.txt. I cannot do this directly in excel as it records the name as
myfile.txt.csv

The reason is that another application wants to have a proper CSV file but
with the extension .txt

Can you give me a bit ofcode to do this?


1 Answer

Ron de Bruin

12/19/2006 5:16:00 PM

0

Hi Mervyn

See this page for a example, you can use FileCopy or Name
http://www.rondebruin.nl/...

--

Regards Ron de Bruin
http://www.rondebruin.n...


"Mervyn Thomas" <mervynt@ntlworld.com> wrote in message news:XxUhh.13787$Xo6.10706@newsfe6-win.ntli.net...
>I want to change a CSV file name created in excell from myfile.csv to
> myfile.txt. I cannot do this directly in excel as it records the name as
> myfile.txt.csv
>
> The reason is that another application wants to have a proper CSV file but
> with the extension .txt
>
> Can you give me a bit ofcode to do this?
>
>