Excel VBA on a MAC

korrywheeler

New Member
Joined
Apr 15, 2014
Messages
18
I just finished an excel VBA project and now I need to share it with a colleague. The only problem is he has a MAC and we have not been able to load it on the MAC. Do we need to package it first into some format? What can we do to get the file open? Please let me know our best course of action.
 

Excel Facts

Get help while writing formula
Click the italics "fx" icon to the left of the formula bar to open the Functions Arguments dialog. Help is displayed for each argument.
What Excel version is your colleague working with? As I understand it not all versions support macros. Apple had decided they did not need VBA as there is a good Apple macro system. Portability was obviously not in their mind. The latest version of Excel supports macros again, i am lead to believe.
 
Upvote 0
Pass, I know nothing about the Mac, other than the info I gave above. I don't understand what you mean with 'he is actually running numbers'.
 
Upvote 0
Numbers compatibility with Excel is not that great. As best I recall VBA won't work at all.
 
Upvote 0
VBA is supported in Excel 2011 (the current version) and all previous editions except Excel 2008 on the Mac.

Numbers is a very simple spreadsheet program provided by Apple. Numbers has no support for VBA. The Numbers interface is simple and attractive, but its capabilities are minimal.

The mac version of Excel supports .xlam .xlsb so your projects can be made to work cross platform. You have to be careful you don’t accidentally force your code to be Windows-only. Hard coding file paths is a dumb idea. Including any Active-X controls will fail, as this open source technology was never ported to the Mac. Excel for Mac does not support slicers or PivotCharts. Almost everything else is the same as it is on the PC.
 
Upvote 0

Forum statistics

Threads
1,215,752
Messages
6,126,672
Members
449,327
Latest member
John4520

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top