A Acke Registered User. Local time Today, 01:31 Joined Jul 1, 2006 Messages 158 Oct 4, 2009 #1 I want to create a command that will delete a file from a folder. How can I do it? Thanks!
MarkK bit cruncher Local time Yesterday, 16:31 Joined Mar 17, 2004 Messages 8,502 Oct 4, 2009 #2 VBA has a Kill command. Otherwise read up on Scripting.FileSystemObject for tons of file and folder management capabilities.
VBA has a Kill command. Otherwise read up on Scripting.FileSystemObject for tons of file and folder management capabilities.
A Acke Registered User. Local time Today, 01:31 Joined Jul 1, 2006 Messages 158 Oct 4, 2009 #3 Tks! You saved the day!