다음을 통해 공유


Worksheet.MailEnvelope Property (Excel)

Rrepresents an e-mail header for a document.

Syntax

.MailEnvelope

A variable that represents a Worksheet object.

Example

This example sets the comments for the header of the active worksheet.

Sub HeaderComments() 
 
 ActiveSheet.MailEnvelope.Introduction = "To Whom It May Concern: " 
 
End Sub

참고 항목

개념

Worksheet Object

Worksheet Object Members