History
Form.Title
Home
•
Help
•
A0
•
Customization Tools
•
FCAS
•
Language Reference
•
Form.Title
Title (forms)
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