Return to site

What Is The Mac Version Of Excel

broken image


The latest version of Office for Mac is available via a Microsoft 365 subscription (from £59.99/$69.99 per year or £5.99/$6.99 per month), which updates the software continuously without the. Excel 2.0 is the first version of Excel for the Intel platform. Versions prior to 2.0 were only available on the Apple Macintosh. Excel 2.0 (1987) The first Windows version was labeled '2' to correspond to the Mac version. This included a run-time version of Windows.

Mac Excel version and Mac Office language settings

Introduction

It can be useful to know what the Excel version and the Excel language is of the Excel application that opens your workbook so your code can do different things depending of the version/language.

Note: Read also this page Test if it is a Mac or a Windows Machine

Excel Version Number

You can use Application.Version to get the version number of Excel as a string. We can use the Val function in Excel to make it numeric so we can test the number.

The macro below will display a msgbox with the Excel version, working in Excel for Windows also, you can replace the msgbox line with your code or a Macro call.

On this page you can also find a UDF function that you can use for this and also a UDF to test if the Office version is 32 or 64 bit : Test if it is a Mac or a Windows Machine

Microsoft office word 2010 free. download full version for mac. Note: In Mac Office 2016 they add a newconditional compiler constant named MAC_OFFICE_VERSION. In most cases you can also test the Application.Version(>=15) to know if your code is runing in Excel 2016.

Repair office mac 2016. But if you want to avoid compile errors with for example ribbon macro callbacks in Excel 2011(this not compile for example in 2011: control As IRibbonControl) or use VBA functions that are new in 2016 like AppleScriptTask and GrantAccessToMultipleFiles, you can add the ribbon macro callbacks or the new VBA functions in between the two code lines below in your code module.

#If MAC_OFFICE_VERSION >= 15 Then

Put your macro callbacks or code here

#End If

Excel for Windows always give you a string with the whole number, this are the Windows Excel versions :

Excel 97 = 8
Excel 2000 = 9
Excel 2002 = 10
Excel 2003 = 11
Excel 2007 = 12
Excel 2010 = 14
Excel 2013 = 15
Excel 2016 = 16 Win and Mac (first 15.? on the Mac)

Note : Excel 2019 and Excel 365 on the Mac or Windows also use number 16

Note: Mac Excel will not give you a whole number like Win Excel but also give you the update number.

Excel

Note: You see that Mac Excel 2016 can be version number 15.? or 16.?, but if you are up to date with Mac Excel 2016 you always have version 16.

If you also want to test on the whole number on your Mac you can use this :

Int(Val(Application.Version))

Test macro for Excel 2016, 2019 and 365 in Windows or Mac

Because 2016, 2019 and 365 all give you the answer 16 I build this test macro to get the real version, I not really like it but so far it is the only thing i can get to work. Will update the code when needed.

Language ID of Excel

If you want to know the exact language of the userinterface of Excel you can use this to return the language ID number in Excel for Windows and in Excel 2016 for the Mac version 16 or higher but it is not working on a Mac in the older Excel versions <16 :
Application.LanguageSettings.LanguageID(msoLanguageIDUI)

But I found this when I was looking in the VBE editor and it seems to give the same result in Mac Office 2011 and in version 15 of Excel 2016. War strategy games mac.

Application.LocalizedLanguage

To find the ID for every language visit :Language Identifier List

You can use Select Case now to run different code for each language, for example to display the captions of your buttons in the correct language or something else.

The Example below will work in Mac Excel 2011 and higher

Note that I replace msoLanguageIDUI for 2 in the code below so it compile in version 15

Office for the Windows

Check out this page if you use Office for Windows :

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.

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

4. Then a Microsoft Excel dialog box pops up with the version number displaying.

Related articles:

The Best Office Productivity Tools

Kutools for Excel Solves Most of Your Problems, and Increases Your Productivity by 80%

  • Reuse: Quickly insert complex formulas, charts and anything that you have used before; Encrypt Cells with password; Create Mailing List and send emails..
  • Super Formula Bar (easily edit multiple lines of text and formula); Reading Layout (easily read and edit large numbers of cells); Paste to Filtered Range..
  • Merge Cells/Rows/Columns without losing Data; Split Cells Content; Combine Duplicate Rows/Columns.. Prevent Duplicate Cells; Compare Ranges..
  • Select Duplicate or Unique Rows; Select Blank Rows (all cells are empty); Super Find and Fuzzy Find in Many Workbooks; Random Select..
  • Exact Copy Multiple Cells without changing formula reference; Auto Create References to Multiple Sheets; Insert Bullets, Check Boxes and more..
  • Extract Text, Add Text, Remove by Position, Remove Space; Create and Print Paging Subtotals; Convert Between Cells Content and Comments..
  • Super Filter (save and apply filter schemes to other sheets); Advanced Sort by month/week/day, frequency and more; Special Filter by bold, italic..
  • Combine Workbooks and WorkSheets; Merge Tables based on key columns; Split Data into Multiple Sheets; Batch Convert xls, xlsx and PDF..
  • More than 300 powerful features. Supports Office/Excel 2007-2019 and 365. Supports all languages. Easy deploying in your enterprise or organization. Full features 30-day free trial. 60-day money back guarantee.

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!
or post as a guest, but your post won't be published automatically.

What Is The Mac Version Of Excel Called

Loading comment.. The comment will be refreshed after 00:00.
The

Note: You see that Mac Excel 2016 can be version number 15.? or 16.?, but if you are up to date with Mac Excel 2016 you always have version 16.

If you also want to test on the whole number on your Mac you can use this :

Int(Val(Application.Version))

Test macro for Excel 2016, 2019 and 365 in Windows or Mac

Because 2016, 2019 and 365 all give you the answer 16 I build this test macro to get the real version, I not really like it but so far it is the only thing i can get to work. Will update the code when needed.

Language ID of Excel

If you want to know the exact language of the userinterface of Excel you can use this to return the language ID number in Excel for Windows and in Excel 2016 for the Mac version 16 or higher but it is not working on a Mac in the older Excel versions <16 :
Application.LanguageSettings.LanguageID(msoLanguageIDUI)

But I found this when I was looking in the VBE editor and it seems to give the same result in Mac Office 2011 and in version 15 of Excel 2016. War strategy games mac.

Application.LocalizedLanguage

To find the ID for every language visit :Language Identifier List

You can use Select Case now to run different code for each language, for example to display the captions of your buttons in the correct language or something else.

The Example below will work in Mac Excel 2011 and higher

Note that I replace msoLanguageIDUI for 2 in the code below so it compile in version 15

Office for the Windows

Check out this page if you use Office for Windows :

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.

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

4. Then a Microsoft Excel dialog box pops up with the version number displaying.

Related articles:

The Best Office Productivity Tools

Kutools for Excel Solves Most of Your Problems, and Increases Your Productivity by 80%

  • Reuse: Quickly insert complex formulas, charts and anything that you have used before; Encrypt Cells with password; Create Mailing List and send emails..
  • Super Formula Bar (easily edit multiple lines of text and formula); Reading Layout (easily read and edit large numbers of cells); Paste to Filtered Range..
  • Merge Cells/Rows/Columns without losing Data; Split Cells Content; Combine Duplicate Rows/Columns.. Prevent Duplicate Cells; Compare Ranges..
  • Select Duplicate or Unique Rows; Select Blank Rows (all cells are empty); Super Find and Fuzzy Find in Many Workbooks; Random Select..
  • Exact Copy Multiple Cells without changing formula reference; Auto Create References to Multiple Sheets; Insert Bullets, Check Boxes and more..
  • Extract Text, Add Text, Remove by Position, Remove Space; Create and Print Paging Subtotals; Convert Between Cells Content and Comments..
  • Super Filter (save and apply filter schemes to other sheets); Advanced Sort by month/week/day, frequency and more; Special Filter by bold, italic..
  • Combine Workbooks and WorkSheets; Merge Tables based on key columns; Split Data into Multiple Sheets; Batch Convert xls, xlsx and PDF..
  • More than 300 powerful features. Supports Office/Excel 2007-2019 and 365. Supports all languages. Easy deploying in your enterprise or organization. Full features 30-day free trial. 60-day money back guarantee.

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!
or post as a guest, but your post won't be published automatically.

What Is The Mac Version Of Excel Called

Loading comment.. The comment will be refreshed after 00:00.

Latest Excel Version For Mac

  • To post as a guest, your comment is unpublished.
    One needs to know which version one has in order to find out which version one has!
    • To post as a guest, your comment is unpublished.
      Exactly my thoughts !
  • To post as a guest, your comment is unpublished.
    Ma perchè fate le cose così complicate ? Io non conosco che versione ho , e dpvrei seguire 4 differenti modi per scoprirla A SECONDA di che versione ho ! Ma se so che metodo usare allora so la versione o no ???




broken image