top of page
Blog posts
Search
Jul 17, 202412 min read
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'.
0 comments


May 24, 20249 min read
Context menus and AddIns
How to use an AddIn to customize context menus in Excel - either programmatically using VBA and using RibbonX.
0 comments

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

May 6, 202413 min read
Creating an AddIn in Excel
How to create an Excel AddIn and use it to listen Excel application events using VBA code.
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 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

May 23, 20222 min read
VBE_Extras is here!
VBE_Extras is an AddIn for the Visual Basic Editor (VBE) within Excel, Word, Outlook and PowerPoint. It is designed to make coding with...
0 comments


Mar 4, 20229 min read
Installing and updating Add-ins
Installing and updating an Add-in for an Office application is not difficult. Honest, it's not. But the right steps have to be performed...
7 comments

Articles: Blog2
bottom of page