+ Reply to Thread
Results 1 to 4 of 4

File not found: VBA6.DLL

  1. #1
    Forum Contributor
    Join Date
    04-23-2007
    Location
    Texas
    Posts
    417

    File not found: VBA6.DLL

    Anyone ever seen this error “File not found: VBA6.DLL” ?

    This error happens when I press a button I’ve created in the sheet. Funny thing is that there are other buttons right beside this button and they all work just fine. I’ve checked the code and names of all the macros in the sheet. I’ve recreated a different module and renamed the macro and attached the code to another button… I’m out of options! Has anyone fixed this before?
    Last edited by Tortus; 12-18-2008 at 12:45 PM.

  2. #2
    Valued Forum Contributor Rahul Nagar's Avatar
    Join Date
    09-18-2008
    Location
    nasik
    MS-Off Ver
    Excel 2003
    Posts
    465
    Hi.
    I think you may need to register the library
    >> Click Windows Start >> click Run. "To register the library located in the default installation directory" use the following command (all one line)

    Regsvr32.EXE "C:\Program Files\Common Files\Microsoft
    Shared\VBA\VBA6\VBE6.DLL"
    __________________
    Regards
    Rahul Nagar
    Founder of www.myshortcutkeys.com.


    If you get the answer of your questions then please click EDIT in your original post then click on GO ADVANCED and set the PREFIX box to SOLVED. It helps everybody! ....
    Also
    If you are satisfied by any members response to your problem please consider using the scales icon top right of thier post to show your appreciation.

  3. #3
    Forum Expert Kenneth Hobson's Avatar
    Join Date
    02-05-2007
    Location
    Tecumseh, OK
    MS-Off Ver
    Office 365, Win10Home
    Posts
    2,573
    What version of Excel? What button?

    If you are using VBA, you may have a Reference to the missing DLL or not set the reference in VBE's Tools > Reference.

    You can download the dll. http://www.dll-download-system.com/d...l/details.html

  4. #4
    Forum Contributor
    Join Date
    04-23-2007
    Location
    Texas
    Posts
    417
    Thanks Rahul, that fixed it.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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