Link Outlook Form to Excel

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
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.
 
Back
Top