T
Todd Huttenstine
I need to delete the file C:\Sheets.xls using VBA.
How do I do this?
Thank you
Todd Huttenstine
How do I do this?
Thank you
Todd Huttenstine
Todd said:I need to delete the file C:\Sheets.xls using VBA.
How do I do this?
Thank you
Todd Huttenstine
-----Original Message-----
Take a look at the Kill command in Help.
--
Dave Peterson
(e-mail address removed)
.
Jake said:Untested air code (needs reference to Microsoft Scripting Runtime Library [scrrun.dll]):
Dim fso as FileSystemObject
Dim f as File