Rubberduck
Rubberduck copied to clipboard
Every programmer needs a rubberduck. COM add-in for the VBA & VB6 IDE (VBE).
**Justification** It's much more common to see the code below: ```vba Public Sub Foo() Dim i, j, k As Long 'code End Sub ``` than it is to see: ```vba...
**Rubberduck version information** The info below can be copy-paste-completed from the first lines of Rubberduck's log or the About box: Rubberduck version [2.5.2.6119] Operating System: [Windows 10 professional. Windows nt...
**Rubberduck version information** The info below can be copy-paste-completed from the first lines of Rubberduck's log or the About box: Version 2.5.2.5906 OS: Microsoft Windows NT 10.0.19043.0, x64 Host Product:...
**Rubberduck version information** Version 2.5.2.5906 OS: Microsoft Windows NT 6.1.7601 Service Pack 1, x64 Host Product: Microsoft Office 2013 x64 Host Version: 15.0.5215.1000 Host Executable: EXCEL.EXE **Description** After adding a...
see page: https://github.com/rubberduck-vba/Rubberduck/wiki/VB,-VBA,-VBE-and-COM-References The Hyperlinks to the Microsoft pages: - VBA language Specification - Office VBA File Format Structure must start with https:// instead of http:// The Tech Ed 2000...
**Justification** VBA lacks introspection/reflection features, but it is helpful to provide procedure/module names when an error is raised or an issue occurs. **Description** Hardcoding module/procedure names complicates the proper refactoring...
**Rubberduck version information** Version 2.5.2.5871 OS: Microsoft Windows NT 6.2.9200.0, x64 Host Product: Microsoft Office XP x86 Host Version: 10.0.6501 Host Executable: EXCEL.EXE and Version 2.5.2.5871 OS: Microsoft Windows NT...
**What** Potential bug: predeclared class instance is assigned to a variable. Potential reason: missed *New* operator. Automatic fix: Add missing *New* operator. **Why** Predeclared class instances are typically used as...
Version 2.5.2.5871 OS: Microsoft Windows NT 6.2.9200.0, x64 Host Product: Microsoft Office XP x86 Host Version: 10.0.6501 Host Executable: EXCEL.EXE Code Inspector issues false-positive warning *ImplicitActiveWorkbookReference* for the code below:...
**Rubberduck version information** Version 2.5.9.6316 OS: Microsoft Windows NT 10.0.19045.0, x64 Producto de host: Microsoft Office x64 Versión de host: 16.0.17231.20236 Ejecutable del host: EXCEL.EXE **Description** Excel crash in Settings/Code...