multiuser workbook registry?

W

Webem0ch

Hi - we have a workbook on a shared drive that is periodically used b
multiple (6) people. Is there a way to devise a registry that woul
track changes made to this workbook and more importantly, track who
among are six users made them

We're seeking to do this in the event that questions arise about dat
entered into the workbook whereby we can direct those questions t
their specific author.

Advance thanks,

Michae
 
J

jeff

Hi,

Can you fire a quick macro like this? It put
username in cell A20.

Sub cname()
Range("A20") = Application.UserName
End Sub

jeff
 
Top