-
```
Public Sub GibberishPasting()
Dim foo As String
End Sub
```
Copying foo from above and pasting produces ...
```
foo
G/xplicit
Public Sub GibberishPasting()
Dim foo As String
…
-
Can we declare attributes within the IDE similar to:
Attribute VB_Name = "Sheet1"
And if so, how?
I remember reading somewhere that this is one of the goals of rubberduck, but don't know …
-
Is this add-in supposed to work in VB6 IDE?
I think ANTLR parser has great potential for really useful features in the IDE. RegExp find&replace within routines with {Name} placeholder comes to mind.…
-
I downloaded the latest RD version (v2.1.1) and wanted to check the new functionalities. After some tests on existing code, RD crashed.
I then restarted Excel but discovered the VBA IDE button was…
-
In debug mode: A button near the warning, log, watch, update buttons to directly open the html file for the respective actionpad.
-
Excel 2010 RD 2.0.11
I frequently get interrupted to look something up in a spreadsheet while I'm busy working on some VBA code for a different spreadsheet. (PHI data - limited access to it).
Th…
-
Our IT department setup a local ADMIN account on my box due to my need to "experiment".
I right-click on the installer and select install as admin and use my local admin login.
Nothing is showin…
yosso updated
6 years ago
-
Although there doesn't seem to be much in the way of actual support for syncing Atom packages across computers via dotfiles, and [`parcel` was sunsetted awhile back](https://github.com/jamescmartinez/…
-
I installed Rubberduck, used it for a a couple minutes in the Outlook 2013 VBE . Then after restarting Outlook I am until to open my VBE, although macros are running. I've uninstalled Rubberduck now b…
-
Hey guys, thanks for this cool project!
I am having some issues getting this add-in to install on my non-admin-privileged machine.
I did manage to nab the `Rubberduck.dll` and other files from th…