View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Ron[_14_] Ron[_14_] is offline
external usenet poster
 
Posts: 14
Default import email from Outlook

On Thu, 6 Nov 2003 12:27:18 -0600, "Dick Kusleika"
wrote:

Charlie

Start here

www.dicks-clicks.com

and post back with more specific questions if you have them.



Dick,

The "retrieving EMail" code worked great for me with XP.

How should I change the "olMail.ReceivedTime" in the line

ActiveSheet.Cells(i, 1).Value = olMail.ReceivedTime

to copy the whole body of the email.

TIA

Ron