top of page
Blog posts
Search
The Ribbon and AddIns
How to add Ribbon controls (a button and a ComboBox in this post) to an AddIn
May 15, 20245 min read
Â
Â


Tracking your cursor location history in the VBE
When developing code in any modern IDE (integrated development environment), you will always find that your cursor (caret) location is track
May 13, 20241 min read
Â
Â


Creating an AddIn in Excel
How to create an Excel AddIn and use it to listen Excel application events using VBA code.
May 6, 202413 min read
Â
Â


Implement an Interface / Extract an Interface in VBA with VBE_Extras
VBE_Extras can now automatically implement and extract Interfaces for you. Both these functions are in the Refactor sub-menu.
Apr 29, 20241 min read
Â
Â


VBA line numbers
What's the point of adding line numbers to VBA code? Only one good reason in my opinion … error handling.
Apr 17, 20242 min read
Â
Â


Working with files and folders in VBA
Working with files and folders from VBA code can be a hassle - here's my standard procedures to make working with files and folders simpler
Apr 11, 20244 min read
Â
Â


Automatically indenting VBA code
Indenting code ... it's not sexy ... but it does make code much more readable and maintainable when done correctly
Feb 29, 20241 min read
Â
Â


Edit VBA using the full screen - VBE_Extra's FullScreen command
With VBE_Extras, you can go into full screen with one click. And back. As many times as you want.
Nov 27, 20231 min read
Â
Â


Get extended properties for a file
It's fairly straight-forward to get the basic properties for a file, but how do you get the extended properties for a file with VBA?
Nov 9, 20233 min read
Â
Â


VBA - highlighting references in the VBE
In any modern code development tool, you can highlight all on-screen references of a code member. With VBE_Extras, so does the VBE!
Oct 23, 20232 min read
Â
Â


Articles: Blog2
bottom of page