Skip to content

Commit 70f7ded

Browse files
authored
Update README.md
1 parent 707487b commit 70f7ded

File tree

1 file changed

+22
-4
lines changed

1 file changed

+22
-4
lines changed

README.md

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This Add-In is used to produce a timesheet file with functionality to import you
2626
- <a href="#ribbon-group-date-options">Date Options</a>
2727
- <a href="#ribbon-group-day-options">Day Options</a>
2828
- <a href="#ribbon-group-time-options">Time Options</a>
29-
- <a href="#ribbon-group-tools">Tools</a>
29+
- <a href="#ribbon-group-help">Help</a>
3030
- <a href="#ribbon-group-about">About</a>
3131

3232
<br>
@@ -177,15 +177,21 @@ These date options will filter the selected table.
177177
* The default value for the break time when inserted into the selected table
178178

179179

180-
<a id="user-content-ribbon-group-tools" class="anchor" href="#ribbon-group-tools" aria-hidden="true"> </a>
181-
### Tools (Group)
180+
<a id="user-content-ribbon-group-help" class="anchor" href="#ribbon-group-help" aria-hidden="true"> </a>
181+
### Help (Group)
182182

183183

184184
<h1 align="left">
185-
<img src="Images/ReadMe/ribbon.group.tools.png" />
185+
<img src="Images/ReadMe/ribbon.group.help.png" />
186186
</h1>
187187

188188

189+
#### How To… (Button)
190+
* Opens a webpage of the read me documentation
191+
192+
#### Report Issue (Button)
193+
* Opens a page to create a new issue for the product
194+
189195
#### Settings (Button)
190196
* Settings represent user preferences or valuable information the application needs to use.
191197
* This opens the settings form. The settings are stored as custom properties and can be changed by double-clicking the item or using the update button.
@@ -214,9 +220,21 @@ VBA
214220
ThisWorkbook.CustomDocumentProperties.Item("App_ReleaseDate").Delete
215221
```
216222

223+
<a id="user-content-ribbon-group-admin" class="anchor" href="#ribbon-group-admin" aria-hidden="true"> </a>
224+
### Admin (Group)
225+
This group's visibility is toggled with the <kbd>F12</kbd> key
226+
227+
<h1 align="left">
228+
<img src="Images/ReadMe/ribbon.group.admin.png" />
229+
</h1>
230+
231+
217232
#### View Errors (Toggle Button)
218233
* View a list of errors in a hidden sheet
219234

235+
#### Visual Basic (Button)
236+
* Opens the Visual Basic editor
237+
220238
#### Export Code (Button)
221239
* Export the VBA and XML code for this file to the current directory
222240

0 commit comments

Comments
 (0)