Difference between revisions of "VBA Application Document Samples (Excel)"

From Ribbon Commander Documentation
Jump to: navigation, search
 
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
* [[VBARibbonSamples.xls]]
+
{{DocTableBegin | Col1Name=Sample File Name | Col2Name=Description}}
* [[CustomImagesRibbon.xls]]
+
{{DocTableNakedEntry | col1=VBARibbonSamples.xls|col2=Includes 3 samples (Simple Ribbon, Dynamic Ribbon, Gallery Ribbon)}}
* [[VBA_DispatchScope_ErrorHanlding.xls]]
+
{{DocTableNakedEntry | col1=CustomImagesRibbon.xls|col2=Demonstrates loading external images}}
 +
{{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=2010 \ ApplicationSample.xls|col2=(2010-only) Demonstrates a sample application with a reactive ribbon in excel}}
 +
{{DocTableEnd}}

Latest revision as of 00:33, 17 March 2013

Sample File Name
Description
VBARibbonSamples.xls Includes 3 samples (Simple Ribbon, Dynamic Ribbon, Gallery Ribbon)
CustomImagesRibbon.xls Demonstrates loading external images
VBA_DispatchScope_ErrorHanlding.xls Demonstrates global and local dispatch scope and callback error handling
2010 \ ApplicationSample.xls (2010-only) Demonstrates a sample application with a reactive ribbon in excel