Syntax

expression.EmailSubject

expression A variable that represents a Hyperlink object.

Remarks

This property is usually used with e-mail hyperlinks.

The value of this property takes precedence over any e-mail subject line you have specified by using the property of the same Hyperlink object.

Example

This example sets the e-mail subject line for the first hyperlink in the first worksheet.

Visual Basic for Applications
Worksheets(1).Hyperlinks(1).EmailSubject = "Quote Request"
email email subject Email Subject Property emailsubject EmailSubject Property

See also: