Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Is it possible to delete the entire contents of a folder with the VBA? I'd like to be able to delete either all of the files out of a folder or delete all the Excel files out of a folder. I know I can use Code: -------------------- Kill "C:\Test Folder\TestBk.xls" -------------------- I assume that I can use some sort of loop to find all the files in a folder and delete them, but is it possible to Kill an entire folder's contents??? TIA DejaVu -- DejaVu ------------------------------------------------------------------------ DejaVu's Profile: http://www.excelforum.com/member.php...o&userid=22629 View this thread: http://www.excelforum.com/showthread...hreadid=531060 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to open same name files in different folders in Excel? | Excel Discussion (Misc queries) | |||
Password protect Excel and Word FOLDERS (not just files) | Excel Discussion (Misc queries) | |||
Moving files between folders using VBA in Excel | Excel Programming | |||
Open Excel files/folders | Excel Discussion (Misc queries) | |||
delete all the contents (sub folders and files) in the temp folder | Excel Discussion (Misc queries) |