Share via


MailingLabel Property

MailingLabel Property
This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Returns a MailingLabel object that represents a mailing label.

expression.MailingLabel

expression   Required. An expression that returns an Application object.

Example

This example creates a new Avery 2160 mini-label document for a specified address.

  addr = "Dave Edson" & vbCr & "123 Skye St." _
    & vbCr & "Our Town, WA  98004"
Application.MailingLabel.CreateNewDocument _
    Name:="2160 mini", Address:=addr, ExtractAddress:=False