top of page
Blog posts
Search
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.
14 minutes ago2 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.
22 hours ago2 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.
2 days ago2 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 ...
3 days ago2 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

Sometimes it's just the little things - #4: Tasks (aka TODOs)
Tasks, or TODOs, are standard functionality within any "grown up" code editor. But not the VBE. VBE_Extras to the rescue!
Mar 103 min read
0 comments


Sometimes it's just the little things - #3: Alternative VBE window navigation keys
Alternative VBE window navigation keys ... Ctrl+G navigates both to AND FROM the Immediate window, ...
Mar 72 min read
0 comments

Articles: Blog2
bottom of page