
- #Activex controls not working in excel for mac 2011 how to
- #Activex controls not working in excel for mac 2011 drivers
There are some known limitations to working with data import on the Mac. Maybe some day a clever developer who loves open source will do the port.

Cross-platformĭevelopers need to be aware of this limitation. So there's no Active-X on the Mac, which means you have to stick with legacy controls. I tried to import Tim Hall’s Dictionary.cls, but it still doesn’t work. The problem is that this macro works fine on a PC, but not on the Mac. I’m trying to get an Excel 2011 32-bit (for Mac) spreadsheet working that contains a macro. That was then and no one in the open source community has picked up on finishing the port of Active-X to the Mac during the intervening years. Click on the download tab and the next window will appear of downloading Activex. Microsoft even made a beta SDK forĪctive-X for the Mac. More than 10 years ago Microsoft made Active-X open source, buying into the promise of rapid development and other lofty sounding feel good aspects of open source. It would be better to ask each on individually.Īctive-X is a technology originally made by Microsoft.
#Activex controls not working in excel for mac 2011 how to
Do you have other suggestions of how to tackle database development for the Mac side of VBA? Much documentation on the QueryTables method to help me. I need to manipulate the records within the recordset. I've got it working but it's a pain.Īlso, with the QueryTables, is there a way to work with individual records in the recordset that's returned? I see where it only appears that you return the entire query to a set destination. I'm using the QueryTable method to SELECT, DELETE, and INSERT data. all the neat Userforms w/ dropdowns to build the criteria for queries that I was using, Now needed to be handled differently. SO, I did download one fromĪctual Technologies and I up and running. but Oracle MySQL doesn't have a 10.7 driver for macs, and I had trouble installing the earlier versions on the Mac.

#Activex controls not working in excel for mac 2011 drivers
I normally download free MySQL drivers from. My first hurdle was getting the connection string to work. So I feel that I have my hands tied behind my back. Mac Excel 2011 version doesn't support ActiveX controls or ADODB. No problem, Excel 2011 is suppose to support VBA and everything should work. The issue that I'm running into with this application is they want it to be compatible with MACs Excel 2011.

Integrated to MySQL and they work pretty well. I'm creating a Excel (local) / MySQL db(web hosted) order tracking application.
