MailingLabel Property
Applies To
Application object.
Description
Returns a MailingLabel object that represents a mailing label. Read-only.
See Also
CustomLabels property.
Example
This example creates a new Avery 2160 minilabel document, using a predefined address.
addr = "Dave Edson" & vbCr & "123 Skye St." & vbCr & "Our Town, WA 98004"
Application.MailingLabel.CreateNewDocument _
Name:="2160 mini", Address:=addr, ExtractAddress:=False