Populate an Excel spreadsheet with information in Outlook forms (1 Viewer)

S

StephanieBelgiu

Guest
Hello,

is there a way to store the information entered in the textboxes of a form I created in an Excel spreadsheet?
I would also need to log the send date, reply date, sender, receiver=replier, etc...

Thanks.
 

smercer

Registered User.
Local time
Tomorrow, 08:48
Joined
Jun 14, 2004
Messages
442
StephanieBelgiu said:
Hello,

is there a way to store the information entered in the textboxes of a form I created in an Excel spreadsheet?

This question is ambigus. do you want to store the information in the .xls file or in the database? also do you want them to be linked?


I would also need to log the send date, reply date, sender, receiver=replier, etc...

Dates are easy. in your table design you can have a default value expression like this:

=Date()

and todays date is automaticly inserted.

failing this you may have to enter VBA directly into Outlook

good luck
 

Users who are viewing this thread

Top Bottom