top of page
Blog posts
Search
1 day ago4 min read
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
0 comments

2 days ago2 min read
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?
0 comments

4 days ago3 min read
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!
0 comments


Mar 72 min read
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, ...
0 comments

Mar 61 min read
Sometimes it's just the little things - #2: AutoText - assignment
Using the AutoText functionality of VBE_Extras, type "=" to create an assignment line for a Function or Property Get
0 comments

Feb 281 min read
Sometimes it's just the little things - #1: Jump back to the last edit location
When you just want to get back to where you were last editing code ... with the click of a single menu item or keystroke ...
0 comments


Feb 243 min read
Filter a ListBox using a TextBox
Show a UserForm with a ListBox which can be filtered by typing one or more characters into a TextBox.
0 comments


Feb 183 min read
Add / remove / re-order parameters ... and update corresponding arguments
VBE_Extras can now help you to add, remove and re-order parameters for a Sub, Function or Property including updating the relevant arguments
0 comments


Nov 6, 20243 min read
Commenting / uncommenting VBA code
There are various ways to comment / uncomment code in VBA ...
0 comments


Nov 5, 20241 min read
Get a list of the keyboard shortcuts assigned to VBA macros in Excel
The solution is to use the 'Keyboard shortcuts in this Project' function of VBE_Extras which you identify all such keyboard shortcuts.
0 comments


Articles: Blog2
bottom of page