Hey, i'm having trouble getting macros to work on excel for macintosh systems. I think, based on what I've read online, that it's because I created them using active x controls. Or something like that, what ever that means. Is there some kind of patch that can be downloaded so that the macros will work correctly on a mac?
On the highlighted code I get the following error
Compile Error:
Automation Error
Thanks!
-JTBorton
Another Day, Another Disaster
On the highlighted code I get the following error
Compile Error:
Automation Error
Code:
Sub AddMenus()
[highlight]Dim cMenu1 As CommandBarControl[/highlight]
Dim cbMainMenuBar As CommandBar
Dim iHelpMenu As Integer
Dim cbcCutomMenu As CommandBarControl
Thanks!
-JTBorton
Another Day, Another Disaster