Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I want to design a spreadsheet with an automated means to
record the timestamp when each of the different worksheets within the spreadsheet are modified. I would suppose that the BeforeSave and WorkSheetSelectionChange events need to be used in combination. However, WorkSheetSelectionChange event would be trigerred everything something is modified; and thus could give me an incorrect picture; for example: if I change something on a worksheet and UnDo it then my simple routine would still record it as a change. I would like this modification history table to be built only if the worksheet has really changed in contents with reference to its previously saved version. In that situation only do I want a record to be added; also it needs to be only one record per worksheet for each SAVE and not every time the worksheet is changed. Anybody has any ideas? Many thanks in anticipation, Akshay. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Code modification help | Excel Worksheet Functions | |||
Macro Modification Help | Excel Discussion (Misc queries) | |||
macro - modification | Excel Discussion (Misc queries) | |||
last modification | Excel Discussion (Misc queries) | |||
text modification | Excel Worksheet Functions |