About 2,280,000 results
Open links in new tab
  1. Excel VBA Run-time error '13' Type mismatch - Stack Overflow

    Jan 17, 2012 · I created a macro for a file and first it was working fine, but today I've been opening and restarting the file and macro hundreds of times and I'm always getting the following error: …

  2. Where do I download : VBRun60sp6.exe (which installs Visual Basic …

    Dec 7, 2009 · For those looking for the Visual Basic 6.0: Run-Time Redistribution Pack (SP6) (vbrun60sp6): none of the official Microsoft source has it anymore. So I ended up digging …

  3. vba - What is causing "Automation error Unspecified error" on …

    Sep 5, 2012 · Visual Basic for Applications Microsoft Excel 12.0 Object Library OLE Automation Microsoft Office 12.0 Object Library Microsoft Scripting Runtime Microsoft Forms 2.0 Object …

  4. Run Time Error 5 - Invalid Procedure Call or Argument

    Looks like you might have an issue supplying a name to the table that is a fixed value. You are calling it PivotTable6 but that name is only available the first time you create the pivot. After …

  5. VBA Run Time Error -2147221164(80040154) Class Not Registered

    Mar 9, 2021 · Conn.Language = "S" SAPLogon = Conn.logon(0, False) Boths PC have the next exact vba references: Visual Basic For Applications Microsoft Excel 16.0 Object Library OLE …

  6. VBA Run-time error '-2147467259 (80004005) - Stack Overflow

    Jul 1, 2015 · I am trying to connect to mysql using Excel VBA, I am using Excel 2013. I am new to VB, so i followed this example: Inserting Data Into MySQL From Excel Using VBA Here is my …

  7. How to solve Excel VBA: Compile error in hidden module

    Dec 17, 2020 · Open Excel file which is having issue, press Alt + F11 go into its Visual Basic Editor. From the Tools menu select References ( Note, if references option is disabled in tools …

  8. vb.net - VBA Runtime error '-2147221164 (80040154)': class not ...

    Feb 24, 2021 · I developed a class library in Visual Studio 2019 using the .NET framework. Before building the project, I registered the.dll file to interop COM, and this process gave me a .tlb file. …

  9. How to add a reference programmatically using VBA

    In order to easily use the VBE's object model, you need to add a reference to Microsoft Visual Basic for Application Extensibility. (VBIDE) In order to run Excel VBA code that changes …

  10. "Can't find Project or Library" for standard VBA functions

    I had the same problem. This worked for me: In VB go to Tools » References Uncheck the library "Crystal Analysis Common Controls 1.0". Or any library. Just leave these 5 references: Visual …