@@ -186,6 +186,18 @@ This Excel ribbon is inserted after the "Home" tab when Excel opens. Listed
186186#### Refresh Dropdowns (Button)
187187* Refreshes all the dropdown values from the active table column names.
188188
189+ <a id =" user-content-help " class =" anchor " href =" #help " aria-hidden =" true " > </a >
190+ ### Help (Group)
191+ 192+ 193+ <a id =" user-content-how-to " class =" anchor " href =" #how-to " aria-hidden =" true " > </a >
194+ #### How To... (Button)
195+ * Opens the how to guide in a browser
196+ 197+ <a id =" user-content-report-issue " class =" anchor " href =" #report-issue " aria-hidden =" true " > </a >
198+ #### Report Issue (Button)
199+ * Opens the new issue page in a browser
200+ 189201<a id =" user-content-settings " class =" anchor " href =" #settings " aria-hidden =" true " > </a >
190202#### Add-In Settings (Button)
191203* Opens the settings form/taskpane
227239 ```vbnet
228240 ThisWorkbook.CustomDocumentProperties.Item( "App_ReleaseDate" ).Delete
229241 ```
230- 231- <a id= "user-content-help" class = "anchor" href= "#help" aria-hidden= "true" > </a>
232- ### Help ( Group )
233- 234- 235- <a id= "user-content-how-to" class = "anchor" href= "#how-to" aria-hidden= "true" > </a>
236- #### How To ... (Button)
237- * Opens the how to guide in a browser
238- 239- <a id= "user-content-report-issue" class = "anchor" href= "#report-issue" aria-hidden= "true" > </a>
240- #### Report Issue (Button)
241- * Opens the new issue page in a browser
242- 243- <a id= "user-content-new-version" class = "anchor" href= "#new-version" aria-hidden= "true" > </a>
244- #### New Version Is Available (Button)
245- * This button is visible if the version of the Add- In is different from the one in the Read Me page. It will download a new version from the site when pressed.
242+ 246243
247244<a id= "user-content-about" class = "anchor" href= "#about" aria-hidden= "true" > </a>
248245### About ( Group )
0 commit comments