UserAddress Property Example

This example sets the user's return address. The Chr function is used to return a line feed character.

Application.UserAddress = "4200 Third Street NE" & Chr(10) _
    & "Anytown, WA  98999"

This example returns the address found in the Mailing address option on the User Information tab in the Options dialog box.

Msgbox Application.UserAddress