Getting started in VBA
From Ribbon Commander Documentation
Revision as of 16:36, 10 March 2013 by Rxdff15551 bb53 (Talk | contribs) (→Referencing the library)
Prerequisites
Before you get started install Dynamic RibbonX on your PC (see Installation)
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
?rxCustomUI.defaultInstance.targetOfficeVersion
. This should print the major version of the office platform you are using.