After December 2014 update, Compile Error - calling Excel Objects Sub "Object library invalid or contains references to object definitions that could not be found"

When try to call Sub in Excel Objects > SheetXX after the original xlsm is modified and saved by another user in diff machine, getting an error below and seems Excel cannot identify any subs exists in Sheet.
Compile error:
Object library invalid or contains references to object definitions that could not be found
Note: it seems that this problem has been occurring After December 2014 update and still exists even after applying the fix:
http://blogs.technet.com/b/the_microsoft_excel_support_team_blog/archive/2014/12/11/forms-controls-stop-working-after-december-2014-updates-.aspx)

Hi Kwlee324,
Thanks for sharing the workaround with us. It would be very helpful for others who have the same issue.
Also I found a two useful links about the error message "Object library invalid or contains references to object definitions that could not be found":
https://support.microsoft.com/kb/2703186
http://blogs.msdn.com/b/vsod/archive/2009/06/05/visual-basic-6-controls-stop-working-after-security-advisory-960715.aspx
Hope it is helpful.
Regards & Fei
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click
HERE to participate the survey.

Similar Messages

  • Compile error: Object library invalid or contains references to object definitions that could not be found

    Office Online 365 installed today January 20 on brand new HP Envy. Get the above message when loading Excel applications with code and when running code. Will greatly appreciate help. Applications run well on other computers.

    Hi Jaime,
    >> Get the above message when loading Excel applications with code and when running code. Will greatly appreciate help. Applications run well on other computers.
    >> Compile error: Object library invalid or contains references to object definitions that could not be found
    According to the error message, it seems some ActiveX control is not registered successfully on the new machine.
    Would you mind telling us which ActiveX controls you used in the workbook?
    >> For my applications Excel from Office 365 is now useless. Should I just let my subscription run out and purchase another version?
    According to my experience, this issue is not related to the subscription.
    Regards,
    Jeffrey
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • VB ERROR - object library invalid or contains references to object definiti

    My system crash and i had to reinstall office 2007 and bpc. now I get the follwoing error.
    VB ERROR - object library invalid or contains references to object definitions that could not be found.
    i have checked ma macro settings and they are low. anyone see this before?

    Hi ,
    we upgarded excel 2003 to 2007 .
    Now i am facing same issue . I deletd the .EXD files .Stull i am getting the same issue .
    Pls let me know solution for this .
    Regards,
    PSr

  • Form Controls stop working after December 2014 Updates

    For some users, Form Controls (FM20.dll) are no longer working as expected after installing MS14-082 Microsoft Office Security Updates for December 2014. Issues are experienced at times such as when they open files with existing VBA projects using forms
    controls, try to insert a forms control in to a new worksheet or run third party software that may use these components.
    You may received errors such as:
    "Cannot insert object"
    "Object library invalid or contains references to object definitions that could not be found"
    "The program used to create this object is Forms. That program is either not installed on your computer or it is not responding. To edit this object, install Forms or ensure that any dialog boxes in Forms are closed."  
    * Note In this last error message, the Forms text may also be replaced by the GUID of the control.
    Additionally, you may be unable to use or change properties of an ActiveX control on a worksheet or receive an error when trying to refer to an ActiveX control as a member of a worksheet via code.
    Steps to follow after the update:
    After updating, the cached control type libraries (extender files) may be out of sync. To resolve this issue, you must delete the cached versions of the control type libraries (extender files) on the client computer. To do this, perform a search on your
    hard disk for files that have the ".exd" file name extension and delete all the .exd files that you find. These .exd files will be re-created automatically when you use the new controls the next time that you use VBA. These extender files will be
    under the user's profile and may also be in other locations, such as the following:
    %appdata%\Microsoft\forms
    %temp%\Excel8.0
    %temp%\VBE
    Scripting solution:
    Because this problem may affect more than one machine, it is also possible to create a scripting solution to delete the EXD files and run the script as part of the logon process using a policy. The script you would need should contain the following lines
    and would need to be run for each USER as the .exd files are USER specific.
    del %temp%\vbe\*.exd
    del %temp%\excel8.0\*.exd
    del %appdata%\microsoft\forms\*.exd
    del %appdata%\microsoft\local\*.exd
    del %temp%\word8.0\*.exd
    del %temp%\ PPT11.0\*.exd
    Additional step:
    If the steps above do not resolve your issue, another step that can be tested (see warning below):
    1. On a fully updated machine and after removing the .exd files, open the file in Excel with edit permissions.
    2. Open Visual Basic for Applications > modify the project by adding a comment or edit of some kind to any code module  > Debug > Compile VBAProject.
    3. Save and reopen the file. Test for resolution.
    If resolved, provide this updated project to additional users.
    Warning: If this step resolves your issue, be aware that after deploying this updated project to the other users, these users will also need to have the updates applied on their systems and .exd files removed as well.
    If this does not resolve your issue, it may be a different issue and further troubleshooting may be necessary.
    References with further information: 
    3025036 "Cannot insert object" error in an ActiveX custom Office solution after you install the MS14-082 security update
    http://support.microsoft.com/kb/3025036/EN-US
    3017349 MS14-082: Vulnerabilities in Microsoft Office could allow remote code execution: December 9, 2014
    http://support.microsoft.com/kb/3017349/EN-US
    2726958 MS14-082: Description of the security update for Microsoft Office 2013: December 9, 2014
    http://support.microsoft.com/kb/2726958/EN-US
    2553154 MS14-082: Description of the security update for Microsoft Office 2010: December 9, 2014
    http://support.microsoft.com/kb/2553154/EN-US
    2596927 MS14-082: Description of the security update for the 2007 Microsoft Office suite: December 9, 2014
    http://support.microsoft.com/kb/2596927/EN-US

    In case it is of any help in identifying why this update caused errors, the specific instance I have experienced is as follows:
    The application uses Visual Basic (6.5) for Excel.  The piece of code causing an error (438) was as follows:
    Public currcombo(12) As ComboBox 
    Sub comboset()
    '   set up comboboxes for test selection
     With Workbooks(currCRW).Sheets("client results")
    '   set up test selection combo controls
        Set currcombo(1) = .F14
        Set currcombo(2) = .F15
        Set currcombo(3) = .F16
    . . . . .etc
    The error occurred on the first Set statement where 
    In this case (in two environments: Windows 7 Home Premium 64 bit and 32 bit, Excel 2007)  the cure was to uninstall the problem security update KB2596927.

  • TS4431 Hi after trying to update my iPhone 5s while connected to iTunes on the Mac I got a notice saying it could not update the phone (error message: (-1)). Any idea what this error message means? Is it a space issue?

    Hi after trying to update my iPhone 5s while connected to iTunes on the Mac I got a notice saying it could not update the phone (error message: (-1)). Any idea what this error message means? Is it a space issue?

    Resolve iOS update and restore errors

  • I'm getting this error when trying to play music videos I bought in iTunes. "The music video "  "could not be found. Would you like to locate it?

    I bought the videos on my old MacBook. I transferred everything to my new MacBook Pro when I bought it. I'm not sure if they didn't transfer correctly or not. Does anybody know how to relocate the files?

    What happens when you drag and drop the file onto iTunes?
    You could also try to redownload it through iTunes.
    http://support.apple.com/kb/PH1706?viewlocale=en_US

  • After 9.3 update getting error printing to Adobe PDF while converting from Powerpoint to PDF

    That happened after upgrading Acrobat Pro 9.1.2 to 9.2->9.3 on Windows XP sp2 platform. Converting from other Microsoft Office 2003 products is totally normal(Excel, Word) Did anyone came accross and know how to fix that?? We have many users with exactly same issue.

    thanks...figured out my problem!
    Date: Wed, 3 Feb 2010 12:24:29 -0700
    From: [email protected]
    To: [email protected]
    Subject: Re: After 9.3 update getting error printing to Adobe PDF while converting from Powerpoint to PDF
    What happens if you try to print to the Adobe PDF printer?
    >

  • I'm unable to install the latest Photoshop CC 2014 update. Error message U44M1P34. Can anyone help please?

    I'm unable to install the latest Photoshop CC 2014 update. Error message U44M1P34. Can anyone help please?

    U44.. update error http://forums.adobe.com/thread/1289956 may help
    -more U44.. discussion http://forums.adobe.com/thread/1275963
    -http://helpx.adobe.com/creative-suite/kb/error-u44m1p7-installing-updates-ccm.html
    -http://helpx.adobe.com/creative-suite/kb/error-u44m1i210-installing-updates-ccm.html

  • Speed Grade Crash on Launch in Windows 8.1 after December 2013 update

    Speed Grade crashes on launch in Windows 8.1 after December 2013 update. Resetting the preferences did not help

    Folder is Empty?
    Then tried Install again and found  this Log subsequently
    2013-12-13 [ Build 7.2x34 / 2013-12-05 ]
    Machine:   SHOOTERI7 in domain WORKGROUP
    User:      User
    Mode:      64-Bit
    Display:   PCI\VEN_10DE&DEV_1201&SUBSYS_14603842&REV_A1
    Driver:    NVIDIA GeForce GTX 560 , Version: 9.18.13.623
    CPU:       Name: Intel(R) Core(TM) i7 CPU 930 @ 2.80GHz
               Model: 26, Family: 6, Stepping: 5
               Total Threads: 8
               Features: MMX SSE SSE2 SSE3 SSSE3 SSE4.1 SSE4.2 POPCNT RDTSCP
    Base path: C:\Program Files\Adobe\Adobe SpeedGrade CC\
    Arguments: "C:\Program Files\Adobe\Adobe SpeedGrade CC\SpeedGrade.exe"
    23:12:30 [IrLog]           LogFile initialized
    23:12:30 [GlobalSettings]  Loading user settings from C:\Users\User\AppData\Roaming\Adobe\SpeedGrade\7.0\settings/User_Settings.xml
    23:12:30 [DISystem]        Initializing DI System Application Object...
    23:12:30 [DISystem]        Adobe SpeedGrade CC
    23:12:30 [AMTModule]       Initializing
    23:12:30 [AMTModule]       Starting background task
    23:12:30 [AMTModule]       Background task running
    23:12:30 [IrOS]            Resources loaded from C:\Program Files\Adobe\Adobe SpeedGrade CC\resources\Resources.irf
    23:12:30 [IrOS]            Possible locales: 27 licensed, 10 effective
    11:12:30 p.m. [IrOS]            Localized string table en_GB not present or corrupted, using fallback
    11:12:30 p.m. [IrOS]            Localized string table en_US loaded successfully
    11:12:30 p.m. [OpenGL]          Initializing OpenGL...
    11:12:30 p.m. [OpenGL]          Vendor: NVIDIA Corporation
    11:12:30 p.m. [OpenGL]          Renderer: GeForce GTX 560/PCIe/SSE2
    11:12:30 p.m. [OpenGL]          Version: 4.2.0
    11:12:30 p.m. [SDIOut]          SDI output is not available
    11:12:30 p.m. [SoundSubsystem]  Successfully initialized sound subsystem.
    11:12:30 p.m. [SoundSubsystem]  3 Sound driver(s) available
    11:12:30 p.m. [PlaybackEngine]  Cache Setup (RAM)
    11:12:30 p.m. [PlaybackEngine]    Physical  24567MB
    11:12:30 p.m. [PlaybackEngine]    Available 22108MB
    11:12:30 p.m. [PlaybackEngine]    Cache:    12283MB
    11:12:31 p.m. [AMTModule]       Entering idle state

  • Cc Photoshop 2014 update fails error U43M1D206

    cc Photoshop 2014 update fails error U43M1D206. Anyone know how to fix this?

    Thank you for taking the time to help, I appreciate it. I noted the posting in case it helps in future. Unfortunately, didn't help this time. All the other programs update fine - nothing wrong with connection. Photoshop (2014) simply would not apply patch. Also couldn't apply patch manually. Completely uninstalled the program, eventually completely uninstalled every program and Adobe Creative Cloud app altogether. Still didn't help, on reloading Photoshop (2014) still will not patch. In the end I have opted for Photoshop CC (NOT 2014) and it updates fine.

  • After Sept 2014 update Radio stops playing after 4 - 10 minutes.

    Apple TV 3rd generation, rev A.
    After Sept 2014 update Radio stops playing after 4 - 10 minutes. Before update, Apple TV played Radio without problems.
    Apple, please provide a reliable means to roll back to previous state.
    Please DO NOT release another update, as you will break something else.
    I'd rather have trouble free Radio streaming than "A fresh new look for Apple TV".
    Haha, just tried to select my product under the comment section, Apple TV 3 is not even listed, good one Apple!

    Same issues here. Since iOS 8 my Apple TV 3 powers itself down mid airplay, restarts itself, and once off has to be turned by on by it's actual remote. Once it randomly shuts down the Airplay option on all devices is removed and I have to find the remote and click any button to power it back up again. Then it can play for hours or ten minutes and it will just power itself right back off.
    Increasing the sleep timer to 30min from 15min seems to have helped space out the power downs some, but it still seems very random.

  • IPhone 5 dead after July 2014 update

    MY iPhone 5 is dead after update. Apple has no answers but to sell me a new phone.  Any good advice ?

    firmamentfarm wrote:
    After last update battery drained within a few hours, same after recharge.  Apple told me I have a dead battery and would replace same model for $260 (sorry, that is not small change and I live 3 hours from next Apple store).  Therefore had a local cyberstore install a new battery, however it drained just like the original.  Any different advice?  I understand that my options with the Apple store may be over since I let the cyberstore touchy it.
    Yup, since Cyberstore performed unauthorized service on the device, the warranty for your iPhone has been voided, and that even includes the $79 battery replacement option from Apple or the $269 Out of Warranty option from Apple.
    You have a paperweight now.  Sell it for parts to someone that performs unauthorized service, like Cyberstore.  Maybe they'll use it for parts to void another person's iPhone.
    Next time, don't get unauthorized service done on your iPhone.

  • TS1372 I was just about to about to update my iPod nano 7 from 1.0.2 to 1.0.3 . And after the complete download of the software,it says "The firmware file could not be found"   A little help anyone!!!

    I was just about to about to update my iPod nano 7 from 1.0.2 to 1.0.3 . And after the complete download of the software,it says "The firmware file could not be found"   A little help anyone!!!

    Welcome to Apple Discussions!
    Take a look at these two articles. The error messages are not the same, but they may help...
    http://docs.info.apple.com/article.html?artnum=304309
    http://docs.info.apple.com/article.html?artnum=301267
    If not, post back.
    btabz

  • Library Lost - Please HeIp I tried updating my old ipod & now all 10,000 songs in my library have an ! next to them and I get the error message "song " " could not be used because the original file could not be found" on every song I try to play

    Please help - this morning I tried updating one of my old ipods for my wife (this ipod hasn't been updated in 2-3 years).  I plugged it into my pc, it was recognized and the software updated.  I created a new playlist and tied to sync the ipod.  This ipod had never been used on this pc/itunes since the pc is only 2 years old.  When I tried to sync the ipod it stated that it would have to erase all the old songs on the ipod prior to syncing.  I clicked ok and it proceeded to wipe out the old ipod and sync the new playlist (~1000 songs).  When the sync was complete there were only 6 songs from the new playlist (all purchased this morning from itunes) on the ipod and to my horror all ~10,000 song on my pc in itunes now have a ! next to them.  Only my recent purchases from itunes do not.  When I click on a song with the ! I get the error message "the song " " could not be used because the original file could not be found."  How do I correct this issue - I am scared to hook my ipads or other ipods to my pc for fear of losing everything?!?!?  I spent 100s of hours burning the 10,000 songs from my cd collection and do not want to have to do it again. 
    Any help is greatly appreciated.

    This "original file cannot be found" thing happens if the file is no longer where iTunes expects to find it. Possible causes are that you or some third party tool has moved, renamed or deleted the file, or that the drive it lives on has had a change of drive letter. It is also possible that iTunes has changed from expecting the files to be in the pre-iTunes 9 layout to post-iTunes 9 layout,or vice-versa, and so is looking in slightly the wrong place.
    Select a track with an exclamation mark, use Ctrl-I to get info, then cancel when asked to try to locate the track. Look on the summary tab for the location that iTunes thinks the file should be. Now take a look around your hard drive(s). Hopefully you can locate the track in question. If a section of your library has simply been moved, or a drive letter has changed, it should be possible to reverse the actions.
    Alternatively, as long as you can find a location holding the missing files, then you should be able to use my FindTracks script to reconnect them to iTunes .
    tt2

  • After I updated my iPhone with IOS 6.1 my old Apple ID keeps popping up on my iPhone for me to type in the password that I no longer know. On the Apple site the Manage my Apple ID says my old Apple ID could not be found. How do I get this to stop?

    I just updated my iPhone with the newest update IOS 6.1. My old Apple ID keeps popping up on my iPhone for me to type in the password that I no longer know. All the passwords I type in do not work. I no longer have access to this email which is my old Apple ID. After installing the newest software update my old Apple ID came up to finish configuring. Since I no longer have access to this Apple ID and email account and after trying some passwords I skipped the step. It then said FaceTime, iCloud (which I do not use), and more may not work. I clicked that it was OK since I could not remember the password to my old Apple ID. I then went to my settings to be sure my newer email was my Apple ID by typing in my current Apple ID and password.  Also, I went to Manage my Apple ID online and my old Apple ID could not be found. Is it OK I skipped that step in the IOS 6.1 configuration? How do I get my old Apple ID to stop popping up?

    Blue
    It sounds like you restored from an old back-up.  Did you back-up just before your software update?  It will use your last one and if your last back-up was a ywear old then it will use that one.
    In general, if you are getting these messages on your iPhones select logout (when you get that Apple Id request) and then log back in with your newer ID.
    Sorry for your losses.
    Cheers

Maybe you are looking for

  • Issues with 10.3.1.1779 on Q10

    I just got this patch a few weeks back because my carrier is extremely slow I guess. I noticed mostly negative differences after this update, which usually isn't the case. The UI itself is a lot clunkier and slower to navigate I find, and especially

  • I can't login on some websites, after I updated Firefox

    Hello. I'm running Firefox version 20.0.1, and I can't login on certain websites. The login details are corect, since I can login using Chrome. This started after the update to that latest version of Firefox. I haven't installed any new add-ons befor

  • Trying to order but something is wrong

    Hi peeps, Recently moved address and had a ton of problems with a home move order so ended up having to close my old account and set up a new account that I can see attached to my "My BT" page along with my new account. Been up and running on standar

  • Without tax is there any problem post billing document into FI

    Hi All, in my project we are not going determined any tax in sales order condition type. we are just maintaining the pricing condition. is there any problem with out tax maintain to post billing document into account document. Thanks, KR Edited by: k

  • Getting files off of idisk

    Help!!Hard drive crashed and now I have a new one and I can't figure out how to get stuff off of .mac onto iweb on my new hard drive, which of course is blank. I assume that is possible. How do I transfer all my pages onto my hard drive?