Please Note: This article is written for users of the following Microsoft Excel versions: 97, 2000, 2002, and 2003. If you are using a later version (Excel 2007 or later), this tip may not work for you. For a version of this tip written specifically for later versions of Excel, click here: Removing a Directory.
Written by Allen Wyatt (last updated May 11, 2024)
This tip applies to Excel 97, 2000, 2002, and 2003
In other issues of ExcelTips you learn how to create a directory from within a macro. There are times that programmers (even macro programmers) create directories to store temporary files. When they are done, the files are deleted and the directory is removed. To remove a directory, you use the RmDir command in your macro, as shown here:
RmDir DirName
where DirName is the full pathname of the directory you want to delete. If you do not use a string variable to specify the directory name, then DirName must be enclosed in quotes. If there are any files in the directory or any subdirectories contained in the subdirectory, the command fails with an error. (This means you should delete all the files and subdirectories before trying to remove a directory with RmDir.)
Note:
ExcelTips is your source for cost-effective Microsoft Excel training. This tip (2441) applies to Microsoft Excel 97, 2000, 2002, and 2003. You can find a version of this tip for the ribbon interface of Excel (Excel 2007 and later) here: Removing a Directory.
Create Custom Apps with VBA! Discover how to extend the capabilities of Office 2013 (Word, Excel, PowerPoint, Outlook, and Access) with VBA programming, using it for writing macros, automating Office applications, and creating custom applications. Check out Mastering VBA for Office 2013 today!
Excel allows you to assign shortcut keys to macros. Given two different workbooks each containing different macros, it is ...
Discover MoreGot a workbook that has lots and lots of macros associated with it? Here's a way you can get a list of all of those ...
Discover MoreGot a workbook cluttered with all sorts of macros? Delete them and you'll make your workbook easier to manage.
Discover MoreFREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."
There are currently no comments for this tip. (Be the first to leave your comment—just use the simple form above!)
Got a version of Excel that uses the menu interface (Excel 97, Excel 2000, Excel 2002, or Excel 2003)? This site is for you! If you use a later version of Excel, visit our ExcelTips site focusing on the ribbon interface.
FREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."
Copyright © 2024 Sharon Parq Associates, Inc.
Comments