Skip to content

Commit 34c10eb

Browse files
authored
Add link to dynamic customization book chapter
1 parent 1743907 commit 34c10eb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Ribbon/Readme.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,10 @@ Information related to the Excel 2010 extensions to the ribbon can be found here
102102
* [Customizing the Office 2010 Backstage View](https://msdn.microsoft.com/en-us/library/office/ee815851.aspx)
103103
* [Ribbon Extensibility in Office 2010: Tab Activation and Auto-Scaling](https://msdn.microsoft.com/en-us/library/office/ee691834.aspx)
104104

105+
Creating Dynamic Ribbon Customizations
106+
* [Part 1](https://msdn.microsoft.com/en-us/library/dd548010%28v=office.12%29.aspx)
107+
* [Part 2](https://msdn.microsoft.com/en-us/library/dd548011%28v=office.12%29.aspx)
108+
105109
Other ribbon-related resources:
106110

107111
* [Ron de Bruin's Excel Tips](http://www.rondebruin.nl/win/s2/win003.htm)
@@ -213,4 +217,4 @@ These are some more aspects of the ribbon extensions and COM object model, not y
213217

214218
* Using COM object model events.
215219

216-
* Transitioning to the main thread (or a macro context) from another thread. Excel-DNA has a helper method `ExcelAsyncUtil.QueueAsMacro` that can be called from another thread or a timer event, to transition to a context where the object model can be reliably used.
220+
* Transitioning to the main thread (or a macro context) from another thread. Excel-DNA has a helper method `ExcelAsyncUtil.QueueAsMacro` that can be called from another thread or a timer event, to transition to a context where the object model can be reliably used.

0 commit comments

Comments
 (0)