+ Reply to Thread
Results 1 to 9 of 9

Cant find Project or library error

  1. #1
    Registered User
    Join Date
    06-07-2013
    Location
    WV USA
    MS-Off Ver
    Excel 2010
    Posts
    16

    Cant find Project or library error

    Greetings

    Within the last 6 months i created a spreadsheet that grabs data from an external realtime database. I have several macros in the workbook to refresh data, copy and paste comments etc.
    The computer I did all this work on died, and a new computer was issued to me. now when I'm in that work book, I can't refresh (F9) or type text in a cell and hit enter/tab without getting a VBA error box that says Cant find Project or Library. Old computer was running Windows XP and Office 2010. New computer is running Windos 7 64bit with office 2010. I can open and run the workbook on other XP pc's with no issues. but I get these errors on 2 diferent (newer) PCs. Anyone else exeriencing this type of thing? Anyone Know how to fix it...

    I should tellyou that I have no MISSING: references in the dialog window.

    Thanks

    Student74

  2. #2
    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: Cant find Project or library error

    Do you have any references that are needed that are unticked?
    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.

  3. #3
    Registered User
    Join Date
    06-07-2013
    Location
    WV USA
    MS-Off Ver
    Excel 2010
    Posts
    16

    Re: Cant find Project or library error

    I don't know what refrences are needed. I have some autorun commands in "this workbook" section.
    Application.OnTime TimeValue("18:00:00"), "Data_Update"

    In a module, I have an autorun that refreshes and saves data from external database every 15 minutes.
    dTime = Now + TimeSerial(0, 15, 0)
    Application.OnTime dTime, "RunOnTime"

    lNum = lNum + 1
    If lNum = 47 Then
    Run "CancelOnTime"
    Else
    Run "Data_Update"
    End If

    At certain times during the day the user has to sign into a secure firewall, and so a userform is called up to remind and provide a quick hyperlink.

  4. #4
    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: Cant find Project or library error

    What references do you have ticked?

  5. #5
    Registered User
    Join Date
    06-07-2013
    Location
    WV USA
    MS-Off Ver
    Excel 2010
    Posts
    16

    Re: Cant find Project or library error

    Visual Basic for Applications
    Microsoft Excel 14.0 Object Library
    OLE Automaiton
    Microsoft Office 14.0 Object Library
    Microsoft Forms 2.0 Object Library

    I have over 400 additional unchecked references in the box that come up.

  6. #6
    Forum Contributor pareshj's Avatar
    Join Date
    05-20-2014
    Location
    MUMBAI
    MS-Off Ver
    2007 & 2010
    Posts
    447

    Re: Cant find Project or library error

    Hi,

    Can you attach the workbook which is giving the reference error.


    Regards,
    Paresh J
    Click on "* Add Reputation" as a way to say thanks

  7. #7
    Registered User
    Join Date
    06-07-2013
    Location
    WV USA
    MS-Off Ver
    Excel 2010
    Posts
    16

    Re: Cant find Project or library error

    I have attached the workbook i have questions about.
    Thank you
    Attached Files Attached Files

  8. #8
    Forum Expert romperstomper's Avatar
    Join Date
    08-13-2008
    Location
    East Sussex, UK
    MS-Off Ver
    365, varying versions/builds
    Posts
    21,297

    Re: Cant find Project or library error

    I don't think the issue is with that workbook - I think it's probably a reference error in your AtData.xlam add-in.
    Remember what the dormouse said
    Feed your head

  9. #9
    Registered User
    Join Date
    06-07-2013
    Location
    WV USA
    MS-Off Ver
    Excel 2010
    Posts
    16

    Re: Cant find Project or library error

    When looking at the Atdata.xlam
    I removed all files from program files (X86)\microsoft office\office14\library and only replacing the atdata.xlam, and atbatch.xlam. this removed an atIP21config.xlam file. When I re opened the excel file, it told me that it couldn't find the atip21config file, but the workbook works as it should. thinking back I don't remember ever seeing that file before. Thanks for pointing me in the right direction.

    Student74

+ 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. Cant find project/library error
    By SathishKumar in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 03-25-2013, 11:50 AM
  2. [SOLVED] Cant Find Project or library error!!!
    By kiran527 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 12-22-2012, 07:15 AM
  3. Can't find Project or Library Error
    By ElsiePOA in forum Excel General
    Replies: 2
    Last Post: 12-13-2010, 02:33 AM
  4. error can't find project or library
    By cedtech23 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-21-2006, 01:48 PM
  5. Error:Can't find project or library
    By Casey in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 08-13-2005, 05:05 AM

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