How To Get The Excel XLStart Folder Quickly

After you install Excel, it will create a special folder that is called the XLStart folder. If you save an Excel workbook file in this folder, when you open excel, it will open the workbook saved in this folder as a template for you to edit.

But we always do not remember the excel XLStart folder’s absolute path and it is not easy to find it (because it is different in different OS). This article will tell you how to find it quickly.

1. How To Get The Excel XLStart Folder Absolute Path Quickly.

  1. Open Excel and click the Developer tab on the ribbon. If you can not find the Developer tab on the ribbon, you can read the article How To Enable Developer Tab And Write VBA Source Code In Excel.
  2. Then click the Visual Basic icon in the Code group, it will open the Microsoft Visual Basic for Application window.
  3. Click the View —> Immediate Window menu item on the VBA window top menu bar.
  4. Then it will display the Immediate Window at the bottom of the VBA window.
  5. Input the command ?Application.StartupPath in the immediate window, and press the enter key.
  6. Then it will show the excel XLStart folder absolute path under the command in the immediate window.
    ?Application.StartupPath
    C:\Users\zhaosong\AppData\Roaming\Microsoft\Excel\XLSTART
    

Subscribe to learn more excel tricks.

We don’t spam!

Subscribe to learn more excel tricks.

We don’t spam!

Leave a Comment

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.