Hyperlink.EmailSubject (Excel)

Returns or sets the text string of the specified hyperlink's email subject line. The subject line is appended to the hyperlink's address.

This property is usually used with email hyperlinks. The value of this property takes precedence over any email subject line that you have specified by using the Address property of the Hyperlink object.


Worksheets(1).Hyperlinks(1).EmailSubject = "Quote Request"