Link Outlook Form to Excel

B

Benjamin

Is there a way to query the fields in my outlook form with an excel spreadsheet? I am gathering user information and want to input it into an xls file.
 
S

Sue Mosher [MVP-Outlook]

Outlook has the same kind of detailed object model as Excel, so yes, you can
write code to get the values of Outlook item properties. See
http://www.outlookcode.com/d/propsyntax.htm

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers



Benjamin said:
Is there a way to query the fields in my outlook form with an excel
spreadsheet? I am gathering user information and want to input it into an
xls file.
 
Top