Damaging Changes made to macro

S

Simon2319

How can I find out the user name of the last user to change a macro in
Excel97?

Thanks in advance.
 
D

Dave Peterson

I don't know of a way either, but you may want to protect your (it is your)
code.

Inside the VBE,
tools|VBAProject Properties|Protection Tab
give it a nice password

It'll keep most (but not the truly determined) out of your code.
 
Top