VBA provides a very rich programming environment. You can do many things with macro code that you cannot necessarily do using the menus of Excel. For instance, you may want to change the current directory in the middle of a macro. This may be necessary in order to find a particular file or to do some other file-oriented task. VBA provides the ChDir command to change directories. The syntax is as follows:
ChDir DirName
where DirName is the full pathname of the directory to which you want to change. If you do not use a string variable to specify the directory name, then DirName must be enclosed in quotes. If the directory name you supply does not exist, the command fails with an error.
Note:
ExcelTips is your source for cost-effective Microsoft Excel training. This tip (2472) 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: Changing Directories in a Macro.
Excel Smarts for Beginners! Featuring the friendly and trusted For Dummies style, this popular guide shows beginners how to get up and running with Excel while also helping more experienced users get comfortable with the newest features. Check out Excel 2013 For Dummies today!
If you have a range of cells in which you want to count all the commas, there are several ways you can derive the figure ...
Discover MoreWhen you delete all the macros in a workbook, Excel may still think you have some there. Here's why that happens and what ...
Discover MoreMacros are often used to process information in a worksheet. You may need your macro to change the values stored in ...
Discover MoreFREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."
2015-02-21 06:20:30
Jeremy
Allen,
Is there a way to use this command to go up one level in the folder structure from the present folder?
And is there a way to go up one level from a relative path such as:
Application.NormalTemplate.Path ?
Or is there a better way to do both of these things?
Jeremy
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 © 2021 Sharon Parq Associates, Inc.
Comments