multiuser workbook registry?

  • Thread starter Thread starter Webem0ch
  • Start date Start date
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
 
Hi,

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

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

jeff
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top