View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
AA2e72E AA2e72E is offline
external usenet poster
 
Posts: 400
Default How do I log user changes to excel workbook?

Tools | Track Changes | Highlight Changes will track changes by user
Tools | Track Changes | Accept or Reject Changes enumerates the changes
giving you a chance to accept or reject the changes.

Tools

"Simo26" wrote:

I would like to set-up an automatic tracking of changes made by user to
individiual cells with who, when, what type of information. Apparently Excel
is able to easily create a list of user actions.

Thanks!