Difference between revisions of "Getting started in VBA"
From Ribbon Commander Documentation
Line 2: | Line 2: | ||
Before we get started you need to: | Before we get started you need to: | ||
* [[Installation | Install the Ribbon Commander framework]] | * [[Installation | Install the Ribbon Commander framework]] | ||
+ | * [[Activate the Ribbon Commander Framework | Activate the Ribbon Commander Framework]] | ||
* [[Referencing the Ribbon Commander library in VBA | Reference the Ribbon Commander library]] | * [[Referencing the Ribbon Commander library in VBA | Reference the Ribbon Commander library]] | ||
Revision as of 18:13, 19 October 2013
Before we start
Before we get started you need to:
- Install the Ribbon Commander framework
- Activate the Ribbon Commander Framework
- Reference the Ribbon Commander library
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.