How to open containing folder of current workbook in Microsoft Excel?
Supposing you need to open some documents in the same document folder of current open workbook, you will need to go through the Window Explorer to find out the folder and open the documents. Can we just click a button in Excel to open the containing folder of current workbook? Yes, the following tricks will be helpful:
- Open Containing folder of current workbook with formula
- Open containing folder with VBA
- Open containing folder of current workbook with Kutools for Excel
Open Containing folder of current workbook with formula
If we can get the saving path of current workbook, it will be easy to open its containing folder. Actually, we can get the saving path of current workbook with a formula easily.
Step 1: Select a blank cell, and enter =LEFT(CELL("filename"),FIND("[",CELL("filename"),1)-1), then you will get current workbook's saving path. See screen shot:
Step 2: Copy the saving path from the cell;
Step 3: In Window explorer, paste the saving path in address field at the top, and press Enter key. Then it opens the containing folder of current workbook.
Open Containing folder with VBA
1. Click Alt+F11 to open a Microsoft Visual Basic for Applications window.
2. Click Insert > Module, and past the follow VBA code into the Module window.
3. Click Run to running the VBA code.
The VBA code on opening containing folder:
Application.Dialogs(xlDialogOpen).Show ActiveWorkbook.Path
Open containing folder of current workbook with Kutools for Excel
Kutools for Excel's Open Containing Folder tool will ease your work and open containing folder of current workbook quickly.
Kutools for Excel includes more than 100 handy Excel tools. Free to try with no limitation in 30 days. Get it Now.
After clicking the Enterprise > Workbook Tools > Open Containing Folder, it opens current workbook's containing folder. What's more, current workbook is selected in the document folder.
The Kutools for Excel's Open Containing Folder can help you quickly open the containing folder, of the active workbook, and select the workbook in the folder. Click to know more…
Relative articles:
Best Office Productivity Tools
Supercharge Your Excel Skills with Kutools for Excel, and Experience Efficiency Like Never Before. Kutools for Excel Offers Over 300 Advanced Features to Boost Productivity and Save Time. Click Here to Get The Feature You Need The Most...
Office Tab Brings Tabbed interface to Office, and Make Your Work Much Easier
- Enable tabbed editing and reading in Word, Excel, PowerPoint, Publisher, Access, Visio and Project.
- Open and create multiple documents in new tabs of the same window, rather than in new windows.
- Increases your productivity by 50%, and reduces hundreds of mouse clicks for you every day!
