Difference between revisions of "Getting started in VBA"

From Ribbon Commander Documentation
Jump to: navigation, search
(Installation)
 
(33 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Installation ==
+
== Before we start ==
See [[Installation]]
+
Before we get started you need to:
 +
* [[Installation | Install the Ribbon Commander Framework]]
 +
* [[Activation | Activate the Ribbon Commander Framework]]
 +
* [[Referencing the Ribbon Commander library in VBA | Reference the Ribbon Commander library]]
  
== Creating a new project ==
+
== 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.
 +
 
 +
* [[A 'hello world' VBA program]]
 +
* [[Creating our first button in VBA]]
 +
* [[Creating an rxCustomUI object with global dispatch scope in VBA]]
 +
* [[Creating an rxCustomUI object with local dispatch scope in VBA]]
 +
* [[Using XML in VBA]]
 +
* [[Using events in VBA]]

Latest revision as of 19:24, 19 October 2013

Before we start

Before we get started you need to:

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.