top of page
Blog posts
Search
Consts to Enum / Enum to Consts
VBE_Extras will now convert declaration(s) between Consts and an Enum. If the cursor / selection is one or multiple Consts, VBE_Extras converts those Consts to an Enum (one Enum member for each Const). If the cursor is within an Enum (or the entire selection is an Enum), VBE_Extras converts that Enum to Consts (one Const for each Enum member).
Oct 151 min read
Â
Â


Using 'F1' to view Windows API web pages
VBE_Extras extends the built-in "F1" functionality to open the Microsoft documentation web page for Windows API Functions (i.e. that you have declared using the 'Declare' keyword), Types, Enums and Consts.
Aug 192 min read
Â
Â


Automatically add Windows API declaration(s)
VBE_Extras will help you to identify and add (to your VBA code) Windows API declarations.
Aug 186 min read
Â
Â


Dark mode in the VBE
Let VBE_Extras take away the strain of choosing different colours (as well as the eye-strain) by using the Themes functionality to allow you to switch into "Dark Mode" using the built-in Dark Theme.
Jun 201 min read
Â
Â


Copy VBA code in colour
VBE_Extras will now let you copy code direct from the VBE 'in colour' and using a specific font name and size. How does it do this? Actually, what it does is copy the code as HTML (with some CSS for styling).
Jun 62 min read
Â
Â


Expand / contract the selected VBA code
Quickly expand the selection ... a word, a line, a 'block', a procedure ... and contract back to where you started
Apr 293 min read
Â
Â


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
Â
Â


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
Â
Â


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
Â
Â


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
Â
Â


Articles: Blog2
bottom of page