Difference between revisions of "VBA Single Module Samples"

From Ribbon Commander Documentation
Jump to: navigation, search
(Created page with "{{DocTableBegin | Col1Name=Sample File Name | Col2Name=Description}} {{DocTableNakedEntry | col1=VBARibbonSamples.xls|col2=Includes 3 samples (Simple Ribbon, Dynamic Ribbon, G...")
 
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
== Introduction ==
 +
The below VBA modules are installed with the Ribbon Commander package. You can import this modules into any of the [[Supported Office Applications]].
 +
 +
== Before we start ==
 +
* You need to [[Referencing the Ribbon Commander library in VBA | reference the Ribbon Commander library]] before executing sample code in the modules below.
 +
 +
== Samples Reference ==
 
{{DocTableBegin | Col1Name=Sample File Name | Col2Name=Description}}
 
{{DocTableBegin | Col1Name=Sample File Name | Col2Name=Description}}
{{DocTableNakedEntry | col1=VBARibbonSamples.xls|col2=Includes 3 samples (Simple Ribbon, Dynamic Ribbon, Gallery Ribbon)}}
+
{{DocTableNakedEntry | col1=m_rxTab.bas|col2=Demonstrates [[rxTab]]}}
{{DocTableNakedEntry | col1=CustomImagesRibbon.xls|col2=Demonstrates loading external images}}
+
{{DocTableNakedEntry | col1=m_rxGroup.bas|col2=Demonstrates [[rxGroup]]}}
{{DocTableNakedEntry | col1=VBA_DispatchScope_ErrorHanlding.xls|col2=Demonstrates [[Creating an rxCustomUI object with global dispatch scope in VBA|global]] and [[Creating an rxCustomUI object with local dispatch scope in VBA|local]] dispatch scope and callback error handling}}
+
{{DocTableNakedEntry | col1=m_rxButton.bas|col2=Demonstrates [[rxButton]]}}
{{DocTableNakedEntry | col1=2010 \ ApplicationSample.xls|col2=(2010-only) Demonstrates a sample application with reactive ribbon in excel}}
+
{{DocTableNakedEntry | col1=m_rxCheckBox.bas|col2=Demonstrates [[rxCheckBox]]}}
 +
{{DocTableNakedEntry | col1=m_rxDropDownRegular.bas|col2=Demonstrates [[rxDropDownRegular]]}}
 +
{{DocTableNakedEntry | col1=m_rxEditBox.bas|col2=Demonstrates [[rxEditBox]]}}
 +
{{DocTableNakedEntry | col1=m_rxBackstageTab.bas|col2=Demonstrates [[rxBackstageTab]]}}
 +
{{DocTableNakedEntry | col1=m_rxBackstageGroup.bas|col2=Demonstrates [[rxBackstageGroup]]}}
 +
{{DocTableNakedEntry | col1=m_rxBackstageFastCommandButton.bas|col2=Demonstrates [[rxBackstageFastCommandButton]]}}
 
{{DocTableEnd}}
 
{{DocTableEnd}}

Latest revision as of 19:32, 19 October 2013

Introduction

The below VBA modules are installed with the Ribbon Commander package. You can import this modules into any of the Supported Office Applications.

Before we start

Samples Reference

Sample File Name
Description
m_rxTab.bas Demonstrates rxTab
m_rxGroup.bas Demonstrates rxGroup
m_rxButton.bas Demonstrates rxButton
m_rxCheckBox.bas Demonstrates rxCheckBox
m_rxDropDownRegular.bas Demonstrates rxDropDownRegular
m_rxEditBox.bas Demonstrates rxEditBox
m_rxBackstageTab.bas Demonstrates rxBackstageTab
m_rxBackstageGroup.bas Demonstrates rxBackstageGroup
m_rxBackstageFastCommandButton.bas Demonstrates rxBackstageFastCommandButton