My FileSystemObject doesn't have the 'Kill' method stated above. I've never heard it associated with the FileSystemObject. You need to add a reference to the 'Microsoft Scripting Runtime' to use the object.
Dim fso As FileSystemObject
Call fso.DeleteFile("C:\Groups\MyFilename.xls"
The FileSystemObject is very rich with file handling functionality, including other methods such as BuildPath, CopyFile, CopyFolder, CreateTextFile, CreateFolder and about 12 others.
-------------------------------------
scking@arinc.com
Try to resolve problems independently
Then seek help among peers or experts
But TEST recommended solutions
-------------------------------------
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.