From Outlook to Excel using VBA

  • Thread starter Thread starter HBruno
  • Start date Start date
H

HBruno

Hi,

I need to get data from message in Outlook to fill fields within Excel
worksheet using VBA. Can anyone suggest me a website or ebook where i can
obtain information?
Thanks in advance

HBruno
 
Actually, you can everything you need from the VBA help files. If possible,
run the code within Outlook. Add a reference to Excel to the Outlook
project, so you can use the object browser: Open it with f2, and switch from
<All Libraries> to Outlook to see what's available in Outlook, or switch to
Excel.

For example, if you want to see how to open a workbook, select Workbooks in
the left pane (Excel library) and the Open function in the right pane. then
click f1 for help and a code sample.

--
Best regards
Michael Bauer - MVP Outlook

: VBOffice Reporter for Data Analysis & Reporting
: Outlook Categories? Category Manager Is Your Tool
: <http://www.vboffice.net/product.html?pub=6&lang=en>


Am Wed, 23 Jul 2008 14:12:29 -0300 schrieb HBruno:
 
Back
Top