We sometimes want to know what version of excel we have. This tutorial will take us through simple steps in order to identify what version of Microsoft excel we are using.
- Microsoft Excel Versions
- How To Check Excel Version 2010 Dropdown Selection In Data Entry Form
- Excel Version 2009
- Free Excel Version
Figure 1: How to find out what version of excel we have
How to find excel version
Microsoft Excel Versions
I want to know how can check I check my version of MS Excel installed on my operating system. I want to know whether excel 32-bit is installed on my machine or 64-bit for both 32-bit and 64-bit OS. I have tried to check Bitness value in registry HKEYLOCALMACHINE Software Microsoft Office 15.0 Outlook but sometimes Outlook is not present. Check B ox in Microsoft Excel 2010. In this article we will create checklist in Excel 2010. Firstly we will take some list of name. Then click on developer and then drag down Checkbox in b2 cell then drag checkbox to insert option. After that Check box will c om e in the B2 cell then s elect t he B2 cell and dr ag it down right lower corner of the list.
If we suspect we are using Windows 2013 to 2016, we should do the following:
- We will launch Microsoft Excel
Figure 2: Launch Microsoft excel
- We will click on FILE and click on ACCOUNT to see the excel version on the right under Product Information
Figure 3: How to tell what version of excel we have
- If we suspect we are using Excel 2010, we will click on File and click Help in the left column. We will see the version in the right section.
Figure 4 – Check Excel version
Instant Connection to an Expert through our Excelchat Service
Most of the time, the problem you will need to solve will be more complex than a simple application of a formula or function. If you want to save hours of research and frustration, try our live Excelchat service! Our Excel Experts are available 24/7 to answer any Excel question you may have. We guarantee a connection within 30 seconds and a customized solution within 20 minutes.
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, how you determine your version depends on the version of Excel you are using. (That sounds rather circular, doesn't it?)
Take a look at the top of your screen. Assuming you can see the ribbon up there (it has words on it like Home, Insert, Page Layout, etc.), you can take a first pass at determining your version by looking at the left end of the ribbon. If you see a File tab, then you are using Excel 2010, Excel 2013, Excel 2016, Excel 2019, or Excel in Office 365. (More on that it a moment.) If you, instead, see a round Office button at the top-left corner of the screen, then you are using Excel 2007.
Assuming you see a File tab, you can further narrow down your version by clicking that File tab. If you continue to see the ribbon tabs at the top of the screen, you are using Excel 2010. If the ribbon tabs disappear and you instead see (at the upper-left corner of the screen) a round circle containing a left-pointing arrow, then you are using Excel 2013 or a later version.
If you want to get even more detailed information about your version—information that includes the specific build number of your version—then how you find that out varies widely depending on your general version of Excel. (You might need the detailed build information to provide to Microsoft technical support, for instance.)
Excel 2007
If you want to determine more detail about your version number, then you should follow these steps if you are using Excel 2007:
- Click the Office button then click Excel Options. Excel displays the Excel Options dialog box.
- At the left side of the dialog box, click Resources.
- Click the About button. Excel displays the About Microsoft Office Excel dialog box. (See Figure 1.)
Figure 1. The About Microsoft Office 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.
Excel 2010
If you want to determine more detail about your version number and you are using Excel 2010, getting to the info is much easier than in Excel 2007. Start by clicking the File tab of the ribbon and then click Help at the left side of the screen. You'll see all the version information appear at the right side of the screen.
Excel 2013, Excel 2016, Excel 2019, and Excel in Office 365
Starting with Excel 2013, Microsoft moved where the version information is located, and it can be a bit tricky to locate. The reason is because these later versions are delivered electronically, via download, instead of from physical media like a CD or DVD.
Click the File tab of the ribbon and then, at the left side of the screen, click Account. How to download blender. (Yes, Account. Go figure!) At the right side of the screen you'll see a large heading that says Office Updates or Office (depending on which version of Excel you are using). Under this heading you can find the version information for your copy of the program. In my version of Excel in Office 365, the version information is listed under the About Excel subheading. (See Figure 2.)
How To Check Excel Version 2010 Dropdown Selection In Data Entry Form
Figure 2. The Product Information section of the Account tab on the File tab of the ribbon.
You can find even more detailed version information if you double-click on the About Excel icon to the left of the About Excel subheading.
Finding Information in a Macro
If you need to know the version number and build number in a macro you are creating, you can use the .Version property (for the version) and the .Build property (for the build number). Both properties should be used with the Application object, in this manner:
Excel Version 2009
In these examples, sVersion will contain the version number and sBuild the build number. The version number will be '12.0' for Excel 2007, '14.0' for Excel 2010, '15.0' for Excel 2013, or '16.0' for Excel 2016 and later versions. (It is unclear if the Version property returns something other than '16.0' for Excel 2019, but it definitely returns '16.0' for Office 365.)
Free Excel Version
The build number will be a string of numbers interspersed with periods; the string corresponds to what you see if you follow the steps described earlier in this tip. For example, if you follow the instructions for Excel in Office 365, earlier, and you see a version number of '16.0.12130.20232', then when you execute the above code, sVersion would be '16.0' and sBuild would be '12130.20232'.