I had to actually google "Visual Basic Editor" to find out why it was a thing people are still using in this century, and found out that it's the editor for VBA macros in MS-Office applications. So "Visual Basic Editor" is a bit of a misnomer...
Rubberduck – COM add-in that enables IDE features in the Visual Basic Editor
11–20 of 23 posts
Re: Rubberduck – COM add-in that enables IDE features in the Visual Basic Editor
#12Name already in use for those USB hack-tools.
Re: Rubberduck – COM add-in that enables IDE features in the Visual Basic Editor
#13Name already in use for those USB hack-tools.
Re: Rubberduck – COM add-in that enables IDE features in the Visual Basic Editor
#14I got this approved at a previous employer when I was writing some VBA/Jira automation. It's.. OK. I found it slowed down my environment quite a bit and was unstable. I stopped using it eventually.
Re: Rubberduck – COM add-in that enables IDE features in the Visual Basic Editor
#15I had to actually google "Visual Basic Editor" to find out why it was a thing people are still using in this century, and found out that it's the editor for VBA macros in MS-Office applications. So "Visual Basic Editor" is a bit of a misnomer...
The purpose of VBE is to build applications, it's an IDE. Add-ins like Rubberduck are actually very useful in extending the capabilities of VBE and there are still millions of people using VBA every day to solve business problems.
Re: Rubberduck – COM add-in that enables IDE features in the Visual Basic Editor
#16Re: Rubberduck – COM add-in that enables IDE features in the Visual Basic Editor
#17> "Bring the VBE into this century!" This actually gave me goosebumps... Are there many modern use-cases for Visual Basic? All I can think of is horrible scripting code for Excel, Word and AutoCAD
That's the reason I want to stay away from MS Office lol.
Re: Rubberduck – COM add-in that enables IDE features in the Visual Basic Editor
#18I got this approved at a previous employer when I was writing some VBA/Jira automation. It's.. OK. I found it slowed down my environment quite a bit and was unstable. I stopped using it eventually.
I've had the same experience with RubberDuck. MZ-tools ( https://www.mztools.com/ ) on the other hand is a VBA tool I couldn't work without. Doesn't slow the IDE down and stable as a rock.
Re: Rubberduck – COM add-in that enables IDE features in the Visual Basic Editor
#19I had to actually google "Visual Basic Editor" to find out why it was a thing people are still using in this century, and found out that it's the editor for VBA macros in MS-Office applications. So "Visual Basic Editor" is a bit of a misnomer...
It's a bit reductive to call it "the editor for VBA macros", it's like calling Visual Studio a "template editor" because you get a set of template files when you create a new project. The purpose of VBE is to build applications, it's an IDE. Add-ins like Rubberduck are actually very useful in extending the capabilities of VBE and there are still millions of people using VBA every day to solve business problems.