I have an export from another application that opens a generic excel file in
the .csv format. Can I run a macro from my a spreadsheet to delete all .csv
files in a specific folder? Thanks for the help!
I have an export from another application that opens a generic excel file in
the .csv format. Can I run a macro from my a spreadsheet to delete all .csv
files in a specific folder? Thanks for the help!
Hi John
Try this
Kill "C:\TestFolder\*.csv"
--
Regards Ron de Bruin
http://www.rondebruin.nl
"John" <John@discussions.microsoft.com> wrote in message news:60C7ECDC-ED60-4D84-8A2D-B19D13861AD2@microsoft.com...
>I have an export from another application that opens a generic excel file in
> the .csv format. Can I run a macro from my a spreadsheet to delete all .csv
> files in a specific folder? Thanks for the help!
your a champ! Thanks for the tip
"Ron de Bruin" wrote:
> Hi John
>
> Try this
>
> Kill "C:\TestFolder\*.csv"
>
>
> --
> Regards Ron de Bruin
> http://www.rondebruin.nl
>
>
> "John" <John@discussions.microsoft.com> wrote in message news:60C7ECDC-ED60-4D84-8A2D-B19D13861AD2@microsoft.com...
> >I have an export from another application that opens a generic excel file in
> > the .csv format. Can I run a macro from my a spreadsheet to delete all .csv
> > files in a specific folder? Thanks for the help!
>
>
>
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks