Excel 2010 Bible

(National Geographic (Little) Kids) #1

Part VI: Programming Excel with VBA


872


l (^) MultiLine: If True, the TextBox can display more than one line of text.
l TextAlign: Determines how the text is aligned in the TextBox.
l (^) WordWrap: Determines whether the control allows word wrap.
l ScrollBars: Determines the type of ScrollBars for the control: horizontal, vertical, both,
or none.


ToggleButton

A ToggleButton control has two states: on or off. Clicking the button toggles between these two
states, and the button changes its appearance. Its value is either TRUE (pressed) or FALSE (not
pressed). You can often use a ToggleButton in place of a CheckBox control.
Free download pdf