+ Reply to Thread
Results 1 to 6 of 6

How to tell what is using ActiveX and what isn't

  1. #1
    Registered User
    Join Date
    12-18-2013
    Location
    Warren, PA
    MS-Off Ver
    Excel 2010
    Posts
    9

    How to tell what is using ActiveX and what isn't

    I just created a vba project for my boss, some of the people that use it have mac's though and I just found out this issue of activex working for windows, but then making the project not work for a Mac. My first question is how do I figure out what controls and codes in my forms use activex and which ones are ok to keep in? Then I need to figure out how to make sure when I put in a control or code its not active x. Any help would be greatly appreciated as I'm having a lot of trouble understanding how to overhaul this program to work for both Windows and Mac.

  2. #2
    Forum Guru Izandol's Avatar
    Join Date
    03-29-2012
    Location
    *
    MS-Off Ver
    Excel 20(03|10|13)
    Posts
    2,581

    Re: How to tell what is using ActiveX and what isn't

    If the controls are on userforms, they must be from the Forms library. If you use controls that are not in the toolbox, it is likely they will not work. CreateObject/GetObject I think will not work in code.

    Further, there are many small differences between Mac and Windows VBA and therefore you must really test with both.
    • Please remember to mark threads Solved with Thread Tools link at top of page.
    • Please use code tags when posting code: [code]Place your code here[/code]
    • Please read Forum Rules

  3. #3
    Registered User
    Join Date
    12-18-2013
    Location
    Warren, PA
    MS-Off Ver
    Excel 2010
    Posts
    9

    Re: How to tell what is using ActiveX and what isn't

    Thank you, that was much more helpful than anything I've been able to find searching the internet for hours for answers.

  4. #4
    Forum Guru Izandol's Avatar
    Join Date
    03-29-2012
    Location
    *
    MS-Off Ver
    Excel 20(03|10|13)
    Posts
    2,581

    Re: How to tell what is using ActiveX and what isn't

    I think this will be a helpful page for you: http://www.rondebruin.nl/mac.htm

  5. #5
    Registered User
    Join Date
    12-18-2013
    Location
    Warren, PA
    MS-Off Ver
    Excel 2010
    Posts
    9

    Re: How to tell what is using ActiveX and what isn't

    Thank you so much, that's perfect!

  6. #6
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: How to tell what is using ActiveX and what isn't

    Quote Originally Posted by Izandol View Post
    If the controls are on userforms, they must be from the Forms library. If you use controls that are not in the toolbox, it is likely they will not work.

    Further, there are many small differences between Mac and Windows VBA and therefore you must really test with both.

    I concur. In fact it's even simpler than that. Excel for Mac doesn't do Activex Controls. No ifs or buts.
    I've lost count of the number of times I've been asked to check systems that clients complain aren't working, only to establish eventually that what started out as a Windows only app have been passed on to Mac users. Now it's usually the first question I ask.
    Richard Buttrey

    RIP - d. 06/10/2022

    If any of the responses have helped then please consider rating them by clicking the small star icon below the post.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Activex DLL
    By msimms in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 01-12-2007, 06:42 AM
  2. ActiveX
    By C. Roenbaugh in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 02-15-2006, 02:55 PM
  3. [SOLVED] activeX dll
    By eRic in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-11-2005, 04:05 PM
  4. ActiveX need help
    By Mary in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-21-2005, 05:54 AM
  5. ActiveX HELP!!
    By Lori~ in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 03-10-2005, 07:06 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1