top of page
Blog posts
Search
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
Nov 4, 20243 min read
Call Hierarchy for a VBA procedure
A Call Hierarchy shows calls of a given procedure by other procedures, and calls from that same given procedure to other procedures.
0 comments
Oct 2, 202411 min read
Dynamically loading a DLL "on-the-fly"
Calling the members of a dynamic-link library (DLL, in a .dll file), from VBA code, without having to first (separately) register that DLL.
0 comments
Sep 26, 20242 min read
VBE_Extras: Command Search and Find Setting
Improving 'discoverability' in VBE_Extras with Command Search and Find Setting.
0 comments
Sep 24, 20244 min read
Comparing VBE_Extras with MZ-Tools
The functionality of the two tools complements each other - and VBA developers are missing out if they don't have both tools!
0 comments
Articles: Blog2
bottom of page