A Acke Registered User. Local time Today, 03:36 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, 18:36 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, 03:36 Joined Jul 1, 2006 Messages 158 Oct 4, 2009 #3 Tks! You saved the day!