Excel: PC versus Mac

J

JimMay

I've just been asked if I could write some code and
provide worksheet functions or UDFs to a client of a
CPA friend of mine. My years of experience (in Excel)
are solely with the PC - & Windows --.

I know nothing about the MAC. Is there a difference
In ?:
1) Spreadsheet and/or functions
2) VBE - Modules, etc

TIA,

Jim
 
J

JE McGimpsey

"JimMay" <[email protected]> said:
I've just been asked if I could write some code and
provide worksheet functions or UDFs to a client of a
CPA friend of mine. My years of experience (in Excel)
are solely with the PC - & Windows --.

I know nothing about the MAC. Is there a difference
In ?:
1) Spreadsheet and/or functions
2) VBE - Modules, etc

Spreadsheet functions are identical. Certain protection modes aren't
available in MacXL. In general, if it works in XL97, it works in MacXL.

WinXL doesn't have Page Layout View.

VBA is version 5 (equivalent to WinXL97), so no VBA6.x functions (e.g.,
Join, Split, Replace). ActiveX objects aren't supported in MacXL. There
are a (very) few differences in some methods (e.g., the FileType
argument in the GetOpenFileName method). WinXL doesn't support
MacScript.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top