See Also Example Applies To Specifics
CommandBarComboBox object: Returns or sets the text in the display or edit portion of the command bar combo box control. Read/write String.
BalloonLabel or BalloonCheckbox object: Returns or sets the text displayed next to a check box or label in the Office Assistant balloon. Read/write String.
Balloon object: Returns or sets the text displayed after the heading but before the labels or check boxes in the Office Assistant balloon. Read/write String.
HTMLProjectItem object: Returns or sets the HTML text in the HTML editor. Read/write String.
Remarks
For the Balloon, BalloonLabel, and BalloonCheckbox objects, you can specify that a particular graphic be displayed by using the following syntax: {type location sizing_factor}, where type is bmp (bitmap) or wmf (Windows metafile; location is the resource ID or the path and file name; and sizing_factor denotes the width of the .wmf file (sizing_factor is omitted for .bmp files).
The Balloon object also supports underlined text and text that has one of the 16 system palette colors applied to it. To display underlined text, use the syntax {ul} or {ul 1}; use {ul 0} to turn underlining off. To change the color of text, precede the text string with the character sequence {cf number}, where number is one of the system color numbers listed in the following table.
System color number | Color |
---|---|
0 | Black |
1 | Dark red |
2 | Dark green |
3 | Dark yellow |
4 | Dark blue |
5 | Dark magenta |
6 | Dark cyan |
7 | Light gray |
248 | Medium gray |
249 | Red |
250 | Green |
251 | Yellow |
252 | Blue |
253 | Magenta |
254 | Cyan |
255 | White |
If you specify a number other than one of the preceding system color numbers, the text in the Office Assistant balloon is black.