top of page
Blog posts
Search
Restore points for VBA code
Restore your VBA code to an earlier point in time with 'restore points' functionality provided by VBE_Extras.
Apr 153 min read
0 comments


String interpolation
Interpolation means 'inserting one thing into another'. In this case, inserting one (or more) 'sub' Strings into another 'main' String.
Apr 73 min read
0 comments


Sometimes, it's just the little things - #12: The VBE_Extras Toolbar
You can now modify the VBE_Extras Toolbar so that you can directly access the commands most important to you.
Mar 282 min read
0 comments


Sometimes, it's just the little things - #11: Qualifying references
Automatically adding omitted Project, Module and Enum names to code references.
Mar 272 min read
0 comments


Sometimes, it's just the little things - #10: Better Bookmarks in VBA
I was asked if VBE_Extras has specific Bookmarks functionality. It doesn't. However, you can use Tasks to act as Bookmarks.
Mar 262 min read
0 comments


Sometimes, it's just the little things - #9: Auto closing pairs
As you're typing VBA code, you often need to type a pair of parenthesis, a pair of speech marks etc. VBE_Extras will help you with this ...
Mar 252 min read
0 comments


Sometimes, it's just the little things - #8: Move lines up or down
A quick way to move line(s) up and down within a VBE code Module
Mar 202 min read
0 comments


Sometimes, it's just the little things - #7: Are you still typing Debug.Print?!
Fed up with typing out Debug.Print again and again? Then don't. Let VBE_Extras do it for you.
Mar 172 min read
0 comments


Sometimes it's just the little things - #6: Restore values for Conditional Compilation Arguments defined in the Project Properties dialog
VBE_Extras will store and restore the names and values of Conditional Compilation Arguments
Mar 134 min read
0 comments


Sometimes it's just the little things - #5: Restore cursor location when opening a VBA Project
Wouldn't it be great, when re-opening a VBA Project, if your cursor position was automatically restored to its previous location?
Mar 122 min read
0 comments


Articles: Blog2
bottom of page