top of page
Blog posts
Search
Compare VBA Modules
Have you ever been in the situation where you have two versions of a Module and need to identify the differences?
Aug 24, 20244 min read
0 comments


Version Control for VBA
Turn back the clock and revert to an earlier version of your code or just view changes that have been made since an earlier point in time.
Jun 20, 20247 min read
2 comments


Context menus and AddIns
How to use an AddIn to customize context menus in Excel - either programmatically using VBA and using RibbonX.
May 24, 20249 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


Making Ribbon controls dynamic
How to make Ribbon controls react to the state of a workbook, document or presentation. In this example, a Button and ComboBox is added.
May 23, 20236 min read
3 comments


Adding a Button (and a ComboBox) to the Ribbon
Adding a Button to the Ribbon menu is surprisingly easy. If you follow this post, you will end up with both a Button and a ComboBox.
Apr 12, 20239 min read
0 comments


Get or set the Ribbon visibility
The examples here all work with Excel, Word and PowerPoint, they do not work with Outlook. Set the Ribbon visibility These methods allow...
Feb 22, 20222 min read
1 comment


Articles: Blog2
bottom of page