top of page
Blog posts
Search
Oct 23, 20232 min read
VBA - highlighting references in the VBE
In any modern code development tool, you can highlight all on-screen references of a code member. With VBE_Extras, so does the VBE!
0 comments
Sep 22, 20231 min read
AddIn Assistant
Need help with installing an AddIn in Excel, Word, PowerPoint or Outlook? Get the AddIn Assistant!
0 comments
Sep 21, 20231 min read
Mandelbrot Set viewer - VBA vs C#
Using the Mandelbrot Set to demonstrate the relative speed of using C# code via COM Interop from VBA.
0 comments
Sep 15, 20231 min read
Unblock a file containing VBA code
Since mid 2022, files containing VBA code received over the internet or via email can be 'blocked' - preventing the VBA code from running.
0 comments
Sep 12, 20236 min read
A better collection in VBA
Fed up with arrays and Collections (and Dictionarys and ArrayLists)? Try List, a better collection for VBA.
0 comments
Aug 31, 20233 min read
A better Application.OnTime ... run your VBA code to the nearest millisecond (ish)
Application.OnTime is great if you want to call your procedure to the nearest second. What do you do if you want finer control than that?
0 comments
Aug 10, 20232 min read
How do YOU clear the Immediate window in the VBE?
Want a better way to clear or scroll to the end of the Immediate window ... manually or automatically when you run code ... read this!
0 comments
Jul 28, 20233 min read
Multiple choice UserForm in VBA using a ComboBox
Multiple choice UserForm in VBA using a ComboBox - this UserForm allows a user to make a choice when there are more than just Yes/No or OK/C
0 comments
Jul 25, 20232 min read
Extract literal values (Strings, numerics, dates) to a constant in VBA
VBE_Extras includes functions for 'Matches for literal value at cursor' and 'Extract to constant' which are closely related.
0 comments
Jun 15, 20234 min read
Sorting Objects in VBA
Sorting arrays of Objects in VBA - any Objects, Worksheets, Documents, Slides etc or Objects defined by your own custom Class Modules
0 comments
Articles: Blog2
bottom of page