spreadsheet object imbeded in a custom form, data not coming with sent form.

  • Thread starter Thread starter dh
  • Start date Start date
D

dh

I have inserted an Excel table in a Custom Outlook form. When I run the
form, and fill in data in the spreadsheet, then send it, the data is erased
and I have a blank spreadsheet,
Any ideas?
Thanks!
DH
 
The data is being saved. I need to know if there is a way to retain the
formating of the cells in the spreadsheet
I used you code to save the infomation in the cells. I have some cells set
at a specific length and height but when you run the form, the cells are of
a standard height and length. anyway around this?
Thanks!
DH
 
You'd have to devise your own scheme for saving the formatting information
and then include code to set those formats when the form loads.

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Thanks Sue!!
DH
Sue Mosher said:
You'd have to devise your own scheme for saving the formatting information
and then include code to set those formats when the form loads.

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top