Share via

Missing Ref Edit Control.

Anonymous
2012-04-10T12:49:17+00:00

In Office Excel 2011 for Mac I get an error 'Can't find project or library'. Tools->references shows 'MISSING: Ref Edit Control'. This appears to point at the wrong location. How can I fix this?

Thanks,

JdW

Microsoft 365 and Office | Excel | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

Anonymous
2012-04-24T15:36:22+00:00

The refedit control, in this case, MAY be active-x. You will have to rewrite the macro to use conditional assembly, or run time platform determiniation to execute the proper Mac compatible code.

Was this answer helpful?

0 comments No comments

7 additional answers

Sort by: Most helpful
  1. Anonymous
    2012-04-11T22:48:10+00:00

    RefEdit is a standard Forms control, not an ActiveX control.

    Much has been written about using the RefEdit control, and a Google search for "excel vba refedit" (without the quotes) will yield items reporting problems with using it.

    Jon Peltier has a useful web page, Using RefEdit Controls in Excel Dialogs, at

    http://peltiertech.com/WordPress/using-refedit-controls-in-excel-dialogs/

    When I write Excel VBA on Windows (and subsequently test on the Mac), before I create an add-in, I now follow his advice: "To reduce the risk of RefEdit-related issues, you should uncheck the box in front of Ref Edit Control in the References dialog."

    So, the original poster might be able to solve the problem by unchecking the Ref Edit Control reference and clicking OK.

    -  Mike Middleton, www.TreePlan.com

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2012-04-11T17:44:22+00:00

    RefEdit is an acticve-x control available with the windows version and not supported on the mac. you will have to rewrite the macro to use another approach instead of the refedit control.

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2012-04-10T19:10:04+00:00

    I just installed MS Office for Mac this weekend. This was one of the first spreadsheets with extensive macros that I tried. It is the 30 day trial version.

    Thanks,

    JdW

    Was this answer helpful?

    0 comments No comments
  4. Jim G 134K Reputation points MVP Volunteer Moderator
    2012-04-10T16:39:58+00:00

    Has Excel been working OK all along?  Is this a new problem?

    Was this answer helpful?

    0 comments No comments