Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I run a network which is mostly Macintosh. Some clients are emailing us
spreadsheets they want us to use, which contain Macros. These Macros don't work in Excel on the Macs, even after clicking the 'enable macros' button. Does anyone have any idea how to make them work? Thanks. |
#2
![]() |
|||
|
|||
![]()
MacXL VBA is version 5.00, so macros cannot use VBA6 functions (e.g.,
Join, Split, Replace). If the macros run in WinXL97, they'll generally run in MacXL98/01/v.X/04. ActiveX controls (i.e., from the Control Toolbox) are Windows-only, so will not run in MacXL. Use the Forms controls instead. There are a couple of other small differences that are listed in MacXL VBA Help. In article , "best_before" wrote: I run a network which is mostly Macintosh. Some clients are emailing us spreadsheets they want us to use, which contain Macros. These Macros don't work in Excel on the Macs, even after clicking the 'enable macros' button. Does anyone have any idea how to make them work? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I make a 3-dimensional plot in Excel? | Charts and Charting in Excel | |||
Excel 2003 Macros Not Accessible | Excel Discussion (Misc queries) | |||
How do I stop Excel from prompting to enable or disable macros? | Excel Discussion (Misc queries) | |||
How to make empty cells as zero in excel add-ins for SQL Server an | Excel Worksheet Functions | |||
How do i make journal entry in excel? | Excel Worksheet Functions |