Difference between revisions of "VBA Samples"
From Ribbon Commander Documentation
(→Trying out the VBA samples) |
(→Before we start) |
||
(11 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== Before we start == | == Before we start == | ||
Before we get started you need to: | Before we get started you need to: | ||
− | * [[Installation | Install the | + | * [[Installation | Install the Ribbon Commander Framework]] |
+ | * [[Activation| Activate the Ribbon Commander Framework]] | ||
+ | * [[Referencing the Ribbon Commander library in VBA | Reference the Ribbon Commander library]] | ||
− | == | + | == Introduction == |
A few VBA samples are installed with the main installation package: | A few VBA samples are installed with the main installation package: | ||
* Single-module samples | * Single-module samples | ||
− | * Application document samples | + | * Application document samples |
− | To | + | |
− | * Navigate to the ''Samples Directory'' through the '' | + | == Locating the samples == |
+ | To locate the samples: | ||
+ | * Navigate to the ''Samples Directory'' through the ''Ribbon Commander'' [[Installation#Verifying Installation Success|Menu shortcut]]. | ||
* Find the samples under ''VBA'' | * Find the samples under ''VBA'' | ||
+ | |||
+ | |||
+ | == Samples reference == | ||
+ | * [[VBA Application Document Samples|Application Document Samples]] | ||
+ | ** [[VBA Application Document Samples (Excel) | Excel]] | ||
+ | * [[VBA Single Module Samples| Single Module Samples]] |
Latest revision as of 16:35, 8 November 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
Introduction
A few VBA samples are installed with the main installation package:
- Single-module samples
- Application document samples
Locating the samples
To locate the samples:
- Navigate to the Samples Directory through the Ribbon Commander Menu shortcut.
- Find the samples under VBA