top of page
The VBA Help blog
Search
Custom events in VBA with WithEvents and RaiseEvent
Most VBA developers only ever consume events like Worksheet_Change. But you can declare and raise your own. This post builds a small worker Class that raises events and a listener that handles them ... without the Class knowing who's listening.
3 days ago3 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.
Feb 24, 20253 min read
Â
Â


The Ribbon and AddIns
How to add Ribbon controls (a button and a ComboBox in this post) to an AddIn
May 15, 20245 min read
Â
Â


Creating an AddIn in Excel
How to create an Excel AddIn and use it to listen Excel application events using VBA code.
May 6, 202413 min read
Â
Â


Articles: Blog2
bottom of page