1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<customUI xmlns =" http://schemas.microsoft.com/office/2009/07/customui" onLoad =" Ribbon_Load" >
3
3
4
- <!--
4
+ <!--
5
5
Use the following tags to remove indivdual ribbons when this loads
6
6
<tab idMso="TabHome" getVisible="GetVisible"/>
7
7
<tab idMso="TabInsert" getVisible="GetVisible"/>
@@ -20,18 +20,22 @@ Or use the following tag to remove all other ribbons when this loads
20
20
21
21
<ribbon >
22
22
<tabs >
23
- <tab
24
- id=" tabScriptHelp"
25
- getLabel=" GetLabelText"
23
+ <tab
24
+ id=" tabScriptHelp"
25
+ getLabel=" GetLabelText"
26
26
insertAfterMso=" TabHome"
27
+ keytip =" SH"
27
28
>
28
29
<group
29
30
id=" grpClipboard"
30
31
label=" Clipboard"
31
- imageMso=" Copy" >
32
- <control
33
- idMso=" PasteMenu"
34
- size=" large"
32
+ imageMso=" Copy"
33
+ getVisible=" GetVisible"
34
+ >
35
+ <control
36
+ idMso=" PasteMenu"
37
+ size=" large"
38
+ keytip =" V"
35
39
/>
36
40
<button
37
41
id=" btnCopyVisibleCells"
@@ -42,6 +46,7 @@ Or use the following tag to remove all other ribbons when this loads
42
46
size=" large"
43
47
screentip=" Copy Visible Cells"
44
48
supertip=" Copies only visible cells from a selection"
49
+ keytip =" CVC"
45
50
/>
46
51
</group >
47
52
<group
@@ -62,14 +67,17 @@ Or use the following tag to remove all other ribbons when this loads
62
67
<gallery
63
68
idMso=" FormatAsTableGallery"
64
69
size=" large"
70
+ keytip =" FAT"
65
71
/>
66
72
<gallery
67
73
idMso=" ViewFreezePanesGallery"
68
74
size=" large"
75
+ keytip =" VFP"
69
76
/>
70
77
<button
71
78
idMso=" RemoveDuplicates"
72
79
size=" large"
80
+ keytip =" DUP"
73
81
/>
74
82
</group >
75
83
<group
@@ -85,6 +93,7 @@ Or use the following tag to remove all other ribbons when this loads
85
93
size=" large"
86
94
screentip=" Clean Data"
87
95
supertip=" This feature removes all nonprintable characters from text and trims leading and trailing spaces."
96
+ keytip =" CLE"
88
97
/>
89
98
<button
90
99
id=" btnZeroToNull"
@@ -96,16 +105,29 @@ Or use the following tag to remove all other ribbons when this loads
96
105
size=" large"
97
106
screentip=" Convert to NULL"
98
107
supertip=" Replaces the zero string values with 'NULL'"
108
+ keytip =" NUL"
99
109
/>
100
110
<button
101
111
id=" btnFormatDateColumns"
102
112
label=" Format Date Columns"
103
113
onAction=" OnAction"
104
114
getEnabled=" GetEnabled"
105
- imageMso=" DateAndTimeInsert "
115
+ imageMso=" NewAppointment "
106
116
size=" large"
107
117
screentip=" Format Date Columns"
108
- supertip=" Update the default date format of the cell"
118
+ supertip=" Update the default date format of any column that has a date without a zero string value"
119
+ keytip =" DTE"
120
+ />
121
+ <button
122
+ id=" btnFormatTimeColumns"
123
+ label=" Format Time Columns"
124
+ onAction=" OnAction"
125
+ getEnabled=" GetEnabled"
126
+ imageMso=" DateAndTimeInsert"
127
+ size=" large"
128
+ screentip=" Format Time Columns"
129
+ supertip=" Update the default time format of the selected column"
130
+ keytip=" TIM"
109
131
/>
110
132
<button
111
133
id=" btnClearInteriorColor"
@@ -117,6 +139,7 @@ Or use the following tag to remove all other ribbons when this loads
117
139
size=" large"
118
140
screentip=" Clear Interior Color"
119
141
supertip=" Clear the interior color of cells in the current table"
142
+ keytip =" INT"
120
143
/>
121
144
<button
122
145
id=" btnSeparateValues"
@@ -127,6 +150,7 @@ Or use the following tag to remove all other ribbons when this loads
127
150
size=" large"
128
151
screentip=" Separate Values"
129
152
supertip=" Separate values into new rows from the selected column by a delimited string value setting"
153
+ keytip =" SPR"
130
154
/>
131
155
<menu
132
156
id=" mnuScriptType"
@@ -135,6 +159,7 @@ Or use the following tag to remove all other ribbons when this loads
135
159
size=" large"
136
160
screentip=" Add Script Column"
137
161
supertip=" The selected button will change the script string format."
162
+ keytip =" ADD"
138
163
>
139
164
<button
140
165
id=" btnScriptTypeTSqlCreateTable"
@@ -342,6 +367,7 @@ Or use the following tag to remove all other ribbons when this loads
342
367
id=" grpScriptVariables"
343
368
label=" Script Variables"
344
369
imageMso=" ShowFormulas"
370
+ getVisible=" GetVisible"
345
371
>
346
372
<comboBox
347
373
id=" cboTableAlias"
@@ -353,6 +379,7 @@ Or use the following tag to remove all other ribbons when this loads
353
379
sizeString= " XXXXXXXXXXXXXXXXXXXX"
354
380
screentip=" Table Alias"
355
381
supertip=" This is the table alias used as a prefix in the header and footer row in the script column."
382
+ keytip =" DTA"
356
383
/>
357
384
<comboBox
358
385
id=" cboDateFormatFind"
@@ -364,6 +391,7 @@ Or use the following tag to remove all other ribbons when this loads
364
391
sizeString= " XXXXXXXXXXXXXXXXXXXX"
365
392
screentip=" Find Date Format"
366
393
supertip=" This is the date format to find. It defaults to the format from SQL Server Management Studio after you paste records into Excel."
394
+ keytip =" DFF"
367
395
/>
368
396
<comboBox
369
397
id=" cboDateFormatReplace"
@@ -375,6 +403,7 @@ Or use the following tag to remove all other ribbons when this loads
375
403
sizeString= " XXXXXXXXXXXXXXXXXXXX"
376
404
screentip=" Replace Date Format"
377
405
supertip=" This is the date format the script uses to replace the formatting for date columns."
406
+ keytip =" DFR"
378
407
/>
379
408
<button
380
409
id=" btnTableAlias"
@@ -383,6 +412,7 @@ Or use the following tag to remove all other ribbons when this loads
383
412
screentip=" Open Table Alias List"
384
413
supertip=" This will open the table alias list form."
385
414
tag=" TableAlias"
415
+ keytip =" LTA"
386
416
/>
387
417
<button
388
418
id=" btnDateFormatFind"
@@ -391,6 +421,7 @@ Or use the following tag to remove all other ribbons when this loads
391
421
screentip=" Open Date Format List"
392
422
supertip=" This will open the date format list form."
393
423
tag=" DateFormat"
424
+ keytip =" LFF"
394
425
/>
395
426
<button
396
427
id=" btnDateFormatReplace"
@@ -399,6 +430,7 @@ Or use the following tag to remove all other ribbons when this loads
399
430
screentip=" Open Date Format List"
400
431
supertip=" This will open the date format list form."
401
432
tag=" DateFormat"
433
+ keytip =" LFR"
402
434
/>
403
435
</group >
404
436
<group
@@ -413,6 +445,7 @@ Or use the following tag to remove all other ribbons when this loads
413
445
size=" large"
414
446
screentip=" Add-In Settings Form"
415
447
supertip=" This opens a user form with a list of custom properties stored in the file."
448
+ keytip =" SET"
416
449
/>
417
450
<button
418
451
id=" btnFileList"
@@ -423,6 +456,7 @@ Or use the following tag to remove all other ribbons when this loads
423
456
size=" large"
424
457
screentip=" Create A File Listing"
425
458
supertip=" This will create a file listing of the user selected path recursively. It will save the .csv and .bat file in the root folder selected."
459
+ keytip =" LST"
426
460
/>
427
461
<button
428
462
idMso=" ComAddInsDialog"
@@ -442,6 +476,7 @@ Or use the following tag to remove all other ribbons when this loads
442
476
size=" large"
443
477
screentip=" How To..."
444
478
supertip=" This opens the read me page in GitHub with detailed instructions of the Add-In functionality."
479
+ keytip =" HLP"
445
480
/>
446
481
<button
447
482
id=" btnOpenNewIssue"
@@ -451,11 +486,22 @@ Or use the following tag to remove all other ribbons when this loads
451
486
size=" large"
452
487
screentip=" Report An Issue"
453
488
supertip=" This will open a new issue page in GitHub. The user will need to login to raise an issue."
489
+ keytip =" RPT"
490
+ />
491
+ <button
492
+ id=" btnDownloadNewVersion"
493
+ label=" New Version Is Available"
494
+ onAction=" OnAction"
495
+ image=" download"
496
+ size=" large"
497
+ screentip=" Download A New Version"
498
+ supertip=" This will download a copy of the file from GitHub."
499
+ visible=" false"
454
500
/>
455
501
<button
456
502
id=" btnHelpApi"
457
503
label=" API Doc... "
458
- onAction=" OpenHelpApi "
504
+ onAction=" OnAction "
459
505
imageMso=" CategoryCollapse"
460
506
size=" normal"
461
507
screentip=" View API documentation for this product"
@@ -496,8 +542,12 @@ Or use the following tag to remove all other ribbons when this loads
496
542
getLabel=" GetLabelText"
497
543
getEnabled=" False"
498
544
/>
545
+ <button
546
+ id=" btnStart"
547
+ onAction=" OnAction"
548
+ keytip =" RUN"
549
+ />
499
550
</group >
500
-
501
551
</tab >
502
552
</tabs >
503
553
</ribbon >
0 commit comments