How to find the version of Excel you are using now?
In some cases, you may need to know the version information of Excel you are using. In this article, we will show you methods of looking for the version information of your Excel.
Find the version of Excel 2013/2016
Find the version of Excel 2010
Find the version of Excel 2007
Fine the Excel version with VBA code
Find the version of Excel 2013/2016
You can do as follows to find the version of Excel 2013/2016.
1. Click File > Account > About Excel. See screenshot:
2. Then you will find out your Excel version in the About Microsoft Excel dialog box.
Unlock Excel Magic with Kutools AI
- Smart Execution: Perform cell operations, analyze data, and create charts—all driven by simple commands.
- Custom Formulas: Generate tailored formulas to streamline your workflows.
- VBA Coding: Write and implement VBA code effortlessly.
- Formula Interpretation: Understand complex formulas with ease.
- Text Translation: Break language barriers within your spreadsheets.
Find the version of Excel 2010
For Excel 2010, please do as follows.
1. Click File > Help. Then you can see the Excel version is displaying in the About Microsoft Excel section. See screenshot:
Find the version of Excel 2007
1. Click the Office button > Excel Options.
2. In the Excel Options dialog box, click Resources in left pane, then you can see the Excel version in the about Microsoft Office Excel 2007 section. See screenshot:
Fine the Excel version with VBA code
Besides the above methods, you can also find Excel version with VBA code.
1. Press Alt +F11 to open the Microsoft Basic for Applications window.
2. Then click Insert > Module. See screenshot:
3. Copy and paste the below VBA code into the Module window, and then press the F5 key to run the code.
VBA code: find Excel version
Sub MyVersion()
MsgBox Application.Version
End Sub
4. Then a Microsoft Excel dialog box pops up with the version number displaying.
Related articles:
- How to find first or last Friday of every month in Excel?
- How to find lowest and highest 5 values in a list in Excel?
- How to find or check if a specific workbook is opened or not in Excel?
- How to find out if a cell is referenced in other cell in Excel?
- How to find closest date to today on a list in Excel?
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!