delete spreadsheet

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Good Morning,
I'm not sure how to address my issue, without explaining in detail what I'm
trying to do (going to be a bit 'wordy'). I have a macro that pulls data
from our web-site, filters and formats the data and saves five separate
files, for further manipulation. After the final spreadsheet is populated
with the data needed for distribution, I'd like to somehow go back and delete
four of those 'saved' spreadsheets. How can I delete programmatically? More
than likely this is another simple task, which I'm just failing to realize.
Thanks in advance for any assistance provided.
 
Kill "C:\Myfolder\Myfile.xls"

will delete the referenced file (it should not be open).

It doesn't not put a copy in the recycle bin.
 
figured it was something simple. If I may take a moment; I'd like to thak
you, and all of the other folks that utilize these discussion groups. Thanks
to you guys, my boss thinks I'm an Excel genius. Ya'll do good work. Happy
St. Patrick's Day.
 
Can this be done with a variable instead of the explicit path in quotes? I
assume so - like this:
Kill PathToMyFile
 
OK. It's giving me an error saying action not allowed or something like
that. I think it is because the file is linked to an open Word file. I
haven't been able to figure out how to close that Word file yet. I have a
separate question on the board for that one.

I suspect if that file is closed I can delete the data file, no problem.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top