Excel Application: Compatability Issues

jim may

Well-known Member
Joined
Jul 4, 2004
Messages
7,486
I've been asked to write an Excel application to be used in a one-day Trade Show environment. The App, an xlsm file (written by me in Excel 2013 - PC) will need to be installed on numerous (130) Trade Show participant's Laptops (Both PC based and MAC's - I'm sure).

I'm at the stage of wondering both the limitations and/or the "thin-ice" I might get myself into by venturing out into the use of Controls (Forms or Active-X), as well as Macro compatibility between the PC's and the Mac's.

The App basically would be an Order System (to be used by the 130 Sellers represented) and at day end each order file would be transferred into a Master (the Trade Show Sponsor consolidated) order file, for subsequent processing...

Based solely on the above info, what issues do you see that will require concern, attention or care in moving forward? :rolleyes:
Any tips appreciated.

Thanks,

Jim
 

Excel Facts

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).
ActiveX doesn't work on Macs at all. There are also a lot of differences (some small, some less so) between Mac Excel VBA (assuming they don't use Excel 2008, in which case there's no VBA at all) and Windows Excel VBA.
 
Upvote 0
Rory, Thanks. You have verified what were "rumors" to me. so...
If no ActiveX, what about User Forms? Same answer? --

But Rule1 (for sure): All MACs brought to Trade Show must have Excel Version 11 (with updates) already installed.
 
Upvote 0
You can use userforms as long as they are modal (modeless won't work) and as long as you only use controls from the MSForms library. There are still quite a few quirks though, so really you would need access to a Mac to test!
 
Upvote 0
Fortunately, I do have access to a Mac. But, if it works perfectly on my Mac Test machine -- that's not a guarantee that it will work on all the other say 39 Mac's brought in; Right?
But 10%, 50% or 90% (which one) of the chances it will? Again, Rory thanks for your input -- it is VERY helpful. Jim
 
Upvote 0

Forum statistics

Threads
1,214,875
Messages
6,122,037
Members
449,062
Latest member
mike575

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