I am using office spreadsheet 10.0 in an Access application. I am using the spreadsheet as a form for entrying in data, or correcting data already in the database.
After I upload all the data from the database into the spreadsheet, the user can change or insert new data in to the spreadsheet. What I would like to do is be able to identify all the changes in the spreadsheet by changing the interior color of the cell. In order for me to do this, I need to identify the cell address.
There is property in the spreadsheet for "on update", which will run after a user updates a cell. I can not however figure out how to retrieve the cell address after the update to change the interior color. Please help.
After I upload all the data from the database into the spreadsheet, the user can change or insert new data in to the spreadsheet. What I would like to do is be able to identify all the changes in the spreadsheet by changing the interior color of the cell. In order for me to do this, I need to identify the cell address.
There is property in the spreadsheet for "on update", which will run after a user updates a cell. I can not however figure out how to retrieve the cell address after the update to change the interior color. Please help.