Written by Allen Wyatt (last updated November 5, 2022)
This tip applies to Excel 97, 2000, 2002, and 2003
The instructions for some of the tips you see featured in ExcelTips vary depending on the version of Excel you are using. If you are a relative newcomer to Excel, you may not know exactly how to determine which version you are using.
There are a couple of ways you can figure out which version you are using. The first is to watch Excel as you start the program. Depending on the speed of your system, you may notice the version in the splash screen that appears as Excel starts up. (I say that this depends on the speed of your system because I've seen some systems that are so fast, the splash screen is gone before anyone can fully see everything that is on it.)
Once you have started Excel, there is a better way to figure out your version: Choose About Microsoft Excel from the Help menu. Excel displays the About Microsoft Excel dialog box. (See Figure 1.)
Figure 1. The About Microsoft Excel dialog box.
Note that near the top of the dialog box you can see the version number you are using. When you are through reviewing the information, click OK to close the dialog box.
You can also use a single-line macro that will show you your Excel version:
Sub MyVersion() MsgBox Application.Version End Sub
The macro pops up a dialog box that shows a number, such as 8.0, 9.0, 10.0, etc. The versions for which this tip was created are Excel 97 (8.0), Excel 2000 (9.0), Excel 2002 (10.0), and Excel 2003 (11.0). (If you get a larger number, you are using a later version of Excel and should really follow the link in the following paragraph to the tip applicable to your version of Excel.)
ExcelTips is your source for cost-effective Microsoft Excel training. This tip (2959) 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: Determining Your Version of Excel.
Program Successfully in Excel! This guide will provide you with all the information you need to automate any task in Excel and save time and effort. Learn how to extend Excel's functionality with VBA to create solutions not possible with the standard features. Includes latest information for Excel 2024 and Microsoft 365. Check out Mastering Excel VBA Programming today!
Excel allows you to control how it uses the Windows Taskbar. This tip explains the two ways Excel can use the Taskbar and ...
Discover MoreClick on a cell and you expect the single cell to be selected. If you instead get a group of cells, it can be frustrating ...
Discover MoreNeed help on a particular topic, dialog box, or command? You can use Excel's powerful help system to get just the ...
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 © 2025 Sharon Parq Associates, Inc.
Comments