Coping contact address to appointment location in Outlook 2007

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

When I copy a contact address and try to paste it to the appointment location
field in the calendar, only the first line of the address is pasted. The
second line: city, state and zip code are not. Also, I cannot drag to the
location field. Please tell me how to paste the entire contact address to
appointment location. Thank you. (other than that I love Outlook 2007).
 
You'd have to edit the address before pasting so that it contains only one line.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Copy and paste manually or write your own VBA code to perform that operation.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
VBA = Visual Basic for Applications, the language used to write macros in Word, Excel, Outlook and other Office applications. Start at http://www.outlookcode.com/d/vbabasics.htm . The sample at http://www.outlookcode.com/codedetail.aspx?id=566 is probably close to what you want to do.
--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Back
Top