History
Form.Title
Home
•
Help
•
Customization Tools
•
FCAS
•
Language Reference
•
Form.Title
Purpose
Displays the form's window title string.
Syntax
[
Form
].Title [=
StringExpression
]
StringExpression
Any valid string expression.
Example
Sub Click()
MyForm.Title = "My form Title"
MyForm.Show
End Sub