Syntax

expression.EnvelopeVisible

expression A variable that represents a Workbook object.

Example

This example checks to see whether the e-mail composition header and the envelope toolbar are visible in the first workbook. If they are visible, the example then sets the variable strSubject to the text of the e-mail subject line.

Visual Basic for Applications
If Workbooks(1).EnvelopeVisible = True Then strSubject = "Please read: Review immediately" End If
envelope envelope visible Envelope Visible Property EnvelopeVisible EnvelopeVisible Property

See also: