View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tim Williams Tim Williams is offline
external usenet poster
 
Posts: 1,588
Default How to receive e-mail using Excel VBA

Are you asking about scanning Outlook for received mails, or connecting to an account on a mailserver?

Tim


"Leonardo" wrote in message oups.com...
Hello. In this moment, I am writing a code, using the excellent
information obtained from Ron de Bruin's site, about sending e-mail
from excel.

But my boss asks me to receive an e-mail to in order to modify VBA code
execution, depending if there area some keywords inside the e-mail
body, or FROM field. Where can I find info about receiving e-mail using
Excel VBA ?

Best regards.