G 
		
								
				
				
			
		Guest
I'm trying to create a VBA script that sends the current contact's info to
word formatted for diferent tasks. How do I set a variable with the current
contact's field info (Outlook 2003)
IE;
dim myFirstname as string
myFirstname = currentlyselectedOutlookContact.FirstName
Msgbox "the contact's name is: " & myFirstName
Paul
				
			word formatted for diferent tasks. How do I set a variable with the current
contact's field info (Outlook 2003)
IE;
dim myFirstname as string
myFirstname = currentlyselectedOutlookContact.FirstName
Msgbox "the contact's name is: " & myFirstName
Paul
