:: ooo :: vba :: msforms ::

interface XTextBox

Attributes' Summary
Text  
Value  
MaxLength  
Multiline  
Attributes' Details
Text
string Text;
Value
any Value;
MaxLength
long MaxLength;
Multiline
boolean Multiline;
Top of Page