About 11,800 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. "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 …

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

    Nov 21, 2016 · 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. What is the cause of the "path/file access error" error

    Jun 13, 2018 · The hard part of this error is that it does not occur all the time, but I think it is due to the userforms. The program works as it should most of the time, but ...

  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. Changing language of Visual Basic Editor to English

    Jan 25, 2020 · 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 …

  7. How to clear memory to prevent "out of memory error" in VBA?

    Jan 18, 2013 · I am running VBA code on a large Excel spreadsheet. How do I clear the memory between procedures/calls to prevent an "out of memory" issue occurring?

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