Difference between revisions of "Getting started in VBA"

From Ribbon Commander Documentation
Jump to: navigation, search
(Referencing the library)
(Writing some code!)
Line 12: Line 12:
 
* [[Creating an rxCustomUI object with global dispatch scope in VBA]]
 
* [[Creating an rxCustomUI object with global dispatch scope in VBA]]
 
* [[Creating an rxCustomUI object with local dispatch scope in VBA]]
 
* [[Creating an rxCustomUI object with local dispatch scope in VBA]]
 +
* [[Using XML in VBA]]

Revision as of 23:11, 14 March 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.