Getting started in VBA
From Ribbon Commander Documentation
Before we start
Before you get started, you need to:
- Install the Dynamic RibbonX framework (see Installation)
- Reference the Dynamic RibbonX library
Referencing the library
- Create a new project in your favourite office application
- Add a VBA reference to the Dynamic RibbonX library (Tools->References)
- The library is now ready to use. In the immediate window enter
Writing some code!
It is recommended that you go through the examples below in the order in which they appear, as each example builds up on previous ones.