About 9,320 results
Open links in new tab
  1. 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 …

  2. How to restore VBA Editor to its initial settings? - Stack Overflow

    Nov 7, 2014 · How to restore the VBA Editor to its intial settings ? I have some troubles with macro and projects explorer windows settings, after some bad manipulations.

  3. How to enable line numbers in the VBA editor - Stack Overflow

    Mar 22, 2025 · In the VBA editor, while not running a code, and not being in "break"-mode:click tools>references>mark: `Microsoft Visual Basic for Applications Extensibility 5.3" Do every …

  4. Changing language of Visual Basic Editor to English

    Sep 26, 2018 · After Microsoft Office updated to the 2016 version I found the VBA interface is in German. How can I restore it to English? My Windows 10 settings are set to English and the …

  5. Getting System Error &H80070057 (-2147024809) - Stack Overflow

    Apr 20, 2022 · I then closed the Visual Basic Editor and the error seems to have been resolved. Have only had the issue the once so can't be 100% sure it will work in every instance but …

  6. "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 …

  7. 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 …

  8. 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 …

  9. Excel VBA: Can't find project or library - Stack Overflow

    Steps: Repair Microsoft Office remove personal.xlsb file from XLStart to test Opene blank Excel, Alt + F11 to open VBA Tools -> References -> Object Library Search for missing objects …

  10. Excel VBA Run-time Error '32809' - Trying to Understand it

    Before hitting "Enable Content", open VBA and go to Tools > References Uncheck "Microsoft Visual Basic for Applications Extensibility 5.3" Save the file, recheck the above reference, and …