No worries, sounds good
Microsoft Office Spreadsheet 11.0 ActiveX Control
Collapse
X
-
This is what I came up with matt753:- The XML Spreadsheet can easily be Imported into the ActiveX Control embedded within a Form.
- In the above context, any changes that you make within the Spreadsheet Control are only available during the Current Session only and will not be in 'Sync' with the original XML Data.
- To Save any changes to the Data in the Control within your Access Form, click the Export to Microsoft Excel Button on the Spreadsheet Toolbar.
- The ActiveX Spreadsheet Control does expose an Updated() Event that is activated each time that a Cell is either Updated or Written to. I see no reason why you could not use Automation Code to write the Data back to the original Spreadsheet, but then it would have to be Re-Imported into the Control again once the DB is opened.
- This is probably not what you wanted to hear, but it is what I have come up during my brief analysis of this Control.
- You can probably expand on this information yourself should you so desire.
Comment
-
The ActiveX Spreadsheet Control does expose an Updated() Event that is activated each time that a Cell is either Updated or Written to. I see no reason why you could not use Automation Code to write the Data back to the original Spreadsheet, but then it would have to be Re-Imported into the Control again once the DB is opened.Comment
-
It would essentially be recreating the Spreadsheet and copying the Data to the newly created one.Comment
Comment