problem saving data in Office Spreadsheet Control in custom contact form

M

Markus Zoier

Hello!

I am using the Microsoft Office Spreadsheet Control v.10 on a
customized Outlook contact form. I added a Table to the 3rd form page
which I customized to fit our companys needs.

I tried the code on
http://www.slipstick.com/dev/spreadsheetcontrol.htm , but the data is
not saved.

I am not an expert in VBA programming, so I am not shure what "a form
where the Message or Notes control (which displays the Body property)
has been removed..." means. Maybe the problem is that these controlles
are not removed.

Can someone give me a hint whats wrong?
Thanks for any suggestions.

regards
Markus/Austria
 
S

Sue Mosher [MVP-Outlook]

If you let the user type in the big box that normally appears on the form,
then you're going to have a hard time saving the spreadsheet data there,
too.

Where did you publish the form?
 
Top