You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Or use the following tag to remove all other ribbons when this loads
18
4
<ribbonstartFromScratch="true">
19
-
-->
20
-
<ribbonstartFromScratch="false">
21
5
<qat>
22
6
<sharedControls >
7
+
<control
8
+
idMso ="Undo"
9
+
/>
10
+
<control
11
+
idMso ="Redo"
12
+
/>
13
+
<button
14
+
idMso ="FileSendAsAttachment"
15
+
label="Email"
16
+
screentip="Email File As Attachment"
17
+
supertip="This will email the current file as an attachment. "
18
+
/>
19
+
<separatorid="sepSc1"/>
20
+
<button
21
+
id="btnSaveVersion"
22
+
label="Save Version"
23
+
onAction="OnAction"
24
+
getImage="GetButtonImage"
25
+
screentip="Save File As Version"
26
+
supertip="This will save the current file as a version in the same directory."
27
+
/>
28
+
<button
29
+
id="btnSaveCode"
30
+
label="Save Code"
31
+
onAction="OnAction"
32
+
getImage="GetButtonImage"
33
+
screentip="Save VBA/XML Code"
34
+
supertip="This will save the VBA and XML for the current file in the same directory. (Coming Soon!)"
35
+
enabled="false"
36
+
/>
37
+
<separatorid="sepSc2"/>
23
38
<button
24
39
idMso ="Camera"
25
40
label="Excel Camera"
41
+
getImage="GetButtonImage"
26
42
screentip="Microsoft Excel Camera"
27
43
supertip="This tool allows you to take a snapshot of a selected datasheet portion, it also syncs the data with the image; whenever you make changes to the original data set, live image gets updated, showing you the latest cells values. "
28
44
/>
45
+
<button
46
+
id="btnSnippingTool1"
47
+
label="Snipping Tool"
48
+
onAction="OnAction"
49
+
getImage="GetButtonImage"
50
+
screentip="Microsoft Snipping Tool"
51
+
supertip="Snipping Tool is a screenshot utility included in Microsoft Windows. It can take screenshots of an open window, rectangular areas, a free-form area, or the entire screen."
52
+
/>
53
+
<button
54
+
id="btnProblemStepRecorder1"
55
+
label="Record Steps"
56
+
onAction="OnAction"
57
+
getImage="GetButtonImage"
58
+
screentip="Microsoft Problem Steps Recorder"
59
+
supertip="Problem Steps Recorder or PSR records the actions you take on your computer which you can then send to the person or group helping you with your computer problem."
errorMessageDescription=System.Text.RegularExpressions.Regex.Replace(errorMessageDescription,@"\r\n+"," ");//the carriage returns were messing up my log file
82
-
stringmsg="Contact your system administrator. A record has been created in the log file."+Environment.NewLine;
0 commit comments