+ Reply to Thread
Results 1 to 14 of 14

Macros Stopped Working on One Computer "Cant Exit Design Mode Because Control..."

Hybrid View

  1. #1
    Registered User
    Join Date
    07-27-2009
    Location
    Houston, Texas
    MS-Off Ver
    Excel 2003
    Posts
    17

    Angry Macros Stopped Working on One Computer "Cant Exit Design Mode Because Control..."

    Hi All,

    I am having a really frustrating time figuring out what's going on here so i'm hoping that someone else might be able to help.

    I've created an excel file that has quite a bit of VBA in it. Everything works fine until the guy I work with opens the file on his computer (via the network). Once he opens and saves the file, the macros/buttons no longer work on my computer and I get the following error:

    "Can't exit design mode because Control cannot be created."

    Everything still works fine on his computer (and everyone else in the office) but not on mine.

    The file is a template that we use for every project we get. We have the same problem with each project-specific file, not just one.

    I've tried installing the Microsoft hot fix for activex controls that was released a while back, but that didnt work. The trust center settings all look fine. I've tried everything I can think of, but I haven't had any luck.

    Has anyone else come across this? I really need to get this fixed.

  2. #2
    Forum Expert
    Join Date
    06-25-2009
    Location
    Sofia, Bulgaria, EU
    MS-Off Ver
    Excel 2003-2013
    Posts
    1,290

    Re: Macros Stopped Working on One Computer "Cant Exit Design Mode Because Control..."

    It's a wild guess, but do you use any extra references in your VBA project? In VBE when you open the file, after it was opened/saved by your colleague, go to Tools->References and see if there are any modules marked as MISSING.
    If you are pleased with a member's answer then use the Star icon to rate it.

  3. #3
    Registered User
    Join Date
    07-27-2009
    Location
    Houston, Texas
    MS-Off Ver
    Excel 2003
    Posts
    17

    Re: Macros Stopped Working on One Computer "Cant Exit Design Mode Because Control..."

    Thanks for your suggestion.

    It doesn't look like it. Would it say "missing" in the name?

    Out of the long list of available references, only the top 5 are checked.

  4. #4
    Forum Expert
    Join Date
    06-25-2009
    Location
    Sofia, Bulgaria, EU
    MS-Off Ver
    Excel 2003-2013
    Posts
    1,290

    Re: Macros Stopped Working on One Computer "Cant Exit Design Mode Because Control..."

    Quote Originally Posted by tampaC66 View Post
    Would it say "missing" in the name
    Yes, it would say MISSING: in front of the name.

    Quote Originally Posted by tampaC66 View Post
    Out of the long list of available references, only the top 5 are checked.
    It always show the reference for the current project (checked ones) at the top.
    My guess was that your colleague is using higher version of some library, and it's missing on your computer, but if it doesn't say so I don't have other ideas...

  5. #5
    Registered User
    Join Date
    07-27-2009
    Location
    Houston, Texas
    MS-Off Ver
    Excel 2003
    Posts
    17

    Re: Macros Stopped Working on One Computer "Cant Exit Design Mode Because Control..."

    Quote Originally Posted by buran View Post
    Yes, it would say MISSING: in front of the name.



    It always show the reference for the current project (checked ones) at the top.
    My guess was that your colleague is using higher version of some library, and it's missing on your computer, but if it doesn't say so I don't have other ideas...
    Nope. Nothing says "missing." I checked the other computers that it works fine on and they have the same references checked and nothing that says "missing" as well.

    Any other ideas.

  6. #6
    Forum Guru karedog's Avatar
    Join Date
    10-03-2014
    Location
    Indonesia
    MS-Off Ver
    2003
    Posts
    2,971

    Re: Macros Stopped Working on One Computer "Cant Exit Design Mode Because Control..."

    Hi,

    From your user panel, you mention that you used Excel 2003 version.
    Do your colleagues use higher Excel version (2007++) ?
    If so, then ask one of them to open the file and resave the file using :
    Save as --> Excel 97-2003 Workbook


    Regards
    1. I care dog
    2. I am a loop maniac
    3. Forum rules link : Click here
    3.33. Don't forget to mark the thread as solved, this is important

  7. #7
    Registered User
    Join Date
    07-27-2009
    Location
    Houston, Texas
    MS-Off Ver
    Excel 2003
    Posts
    17

    Re: Macros Stopped Working on One Computer "Cant Exit Design Mode Because Control..."

    Quote Originally Posted by karedog View Post
    Hi,

    From your user panel, you mention that you used Excel 2003 version.
    Do your colleagues use higher Excel version (2007++) ?
    If so, then ask one of them to open the file and resave the file using :
    Save as --> Excel 97-2003 Workbook


    Regards
    Sorry about that. I am actually on Excel 2010 at work. Everyone else is also on 2010, tough the versions differ. Some use version 14 and some use 15.

  8. #8
    Forum Contributor
    Join Date
    03-12-2014
    Location
    Asheville, NC
    MS-Off Ver
    Excel 2016
    Posts
    99

    Re: Macros Stopped Working on One Computer "Cant Exit Design Mode Because Control..."

    Sorry about that. I am actually on Excel 2010 at work. Everyone else is also on 2010, tough the versions differ. Some use version 14 and some use 15.
    This is the problem. If you are using 14, and they save the file as a 15, you can't open the file the same way. Try asking them to save as 14 or less.

  9. #9
    Registered User
    Join Date
    07-27-2009
    Location
    Houston, Texas
    MS-Off Ver
    Excel 2003
    Posts
    17

    Re: Macros Stopped Working on One Computer "Cant Exit Design Mode Because Control..."

    For anyone else who has this issue, I fixed it. It turns out that whoever had this computer before me turned off automatic windows updates. So, after downloading a few years worth of updates everything started working again. My excel still shows version 14.0.xxxxx so im not sure if it was an excel update or something else, but one of them fixed theissue.

    Thanks for all of your help and suggestions.

  10. #10
    Forum Guru karedog's Avatar
    Join Date
    10-03-2014
    Location
    Indonesia
    MS-Off Ver
    2003
    Posts
    2,971

    Re: Macros Stopped Working on One Computer "Cant Exit Design Mode Because Control..."

    Just curious, how if you resave the workbook using Excel 97-2003 Workbook (using different filename, so the original file won't be changed), and then you try to open this newly saved workbook with earlier Excel version format ?

  11. #11
    Registered User
    Join Date
    07-27-2009
    Location
    Houston, Texas
    MS-Off Ver
    Excel 2003
    Posts
    17

    Re: Macros Stopped Working on One Computer "Cant Exit Design Mode Because Control..."

    I gave it a shot... still had the same issue on the older version though.

    Its strange that im having this issue on the computer that created the file, but everyone else doesn't have an issue. Something has to be different in the settings/version, but I cant find what it is.

  12. #12
    Forum Guru karedog's Avatar
    Join Date
    10-03-2014
    Location
    Indonesia
    MS-Off Ver
    2003
    Posts
    2,971

    Re: Macros Stopped Working on One Computer "Cant Exit Design Mode Because Control..."

    Sorry to hear that, I have similiar problem with yours, and can solve it using method in #8.
    Hope that someone else can help you to solve this.


    Regards

  13. #13
    Forum Expert
    Join Date
    06-25-2009
    Location
    Sofia, Bulgaria, EU
    MS-Off Ver
    Excel 2003-2013
    Posts
    1,290

    Re: Macros Stopped Working on One Computer "Cant Exit Design Mode Because Control..."

    If you search the forum or google "Can't exit design mode because Control cannot be created" you will find out that there were others with the same problem. It looks like that the problem is caused by some problem with auto named ActiveX controls. Try to rename the ActiveX controls to unique names, not the Auto named/numbered names given by Excel at creation

  14. #14
    Forum Guru karedog's Avatar
    Join Date
    10-03-2014
    Location
    Indonesia
    MS-Off Ver
    2003
    Posts
    2,971

    Re: Macros Stopped Working on One Computer "Cant Exit Design Mode Because Control..."

    You are welcome, glad to hear that you can finally fix this problem. Thanks for sharing the solutions with us.


    Regards

+ 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. Replies: 3
    Last Post: 06-02-2015, 02:31 PM
  2. Replies: 20
    Last Post: 01-02-2015, 02:34 AM
  3. Can't exit design mode because control cmdhelp can't be created -Error
    By narendrabr in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-23-2013, 08:52 AM
  4. Can't exit design mode because control can't be created.
    By DocDeb in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 02-13-2013, 01:04 PM
  5. Cannot exit design mode because Control "TextBox1" cannot be created
    By contaminated in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-01-2011, 12:52 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