Difference between revisions of "VBA Application Document Samples (Excel)"
From Ribbon Commander Documentation
(Created page with "* VBARibbonSamples.xls * CustomImagesRibbon.xls * VBA_DispatchScope_ErrorHanlding.xls") |
|||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | {{DocTableBegin | Col1Name=Sample File Name | Col2Name=Description}} | |
− | + | {{DocTableNakedEntry | col1=VBARibbonSamples.xls|col2=Includes 3 samples (Simple Ribbon, Dynamic Ribbon, Gallery Ribbon)}} | |
− | + | {{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 23:33, 16 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 |