top of page
Blog posts
Search
VBA extensibility – using VBA to add new functionality to the VBE
It is possible to write VBA code that will function on other VBA code. This is called 'extensibility'.
Jul 17, 202412 min read
0 comments


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
0 comments


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
0 comments


Articles: Blog2
bottom of page