top of page
Blog posts
Search
Jun 20, 20247 min read
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.
2 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 23, 20236 min read
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.
3 comments
Apr 12, 20239 min read
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.
0 comments
Feb 22, 20222 min read
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...
1 comment
Articles: Blog2
bottom of page