D
Drusus
I am using the following code to pull a single address into Word. strAddress
= Application.GetAddress(Name:=strInputName, _
CheckNamesDialog:=True)
Selection.TypeText Text:=strAddress
The probelm is controlling the format of the address. Sometimes it even
appears with email address first. The help mentions "My Address Layout" which
is embedded in the active template. How can I change this?
= Application.GetAddress(Name:=strInputName, _
CheckNamesDialog:=True)
Selection.TypeText Text:=strAddress
The probelm is controlling the format of the address. Sometimes it even
appears with email address first. The help mentions "My Address Layout" which
is embedded in the active template. How can I change this?