Hi,
Is there a way to auto copy and paste value without a user's action such as paste special - values? The reason for this is that when a user changes a input from blank to some value, it records who made the change. If I use a formula, the user's login can be capture, but since formulas are dynamic, when a separate user logs in, the formula will update with the new user's name and overwrite the previous user's name. I cannot disable auto calculate either.
Normally, I would process this with a VBA script, but the computer that this will need to work on is locked down.
Here is the formula that I am currently using:
Any ideas?
Thanks,
Mike
Is there a way to auto copy and paste value without a user's action such as paste special - values? The reason for this is that when a user changes a input from blank to some value, it records who made the change. If I use a formula, the user's login can be capture, but since formulas are dynamic, when a separate user logs in, the formula will update with the new user's name and overwrite the previous user's name. I cannot disable auto calculate either.
Normally, I would process this with a VBA script, but the computer that this will need to work on is locked down.
Here is the formula that I am currently using:
Code:
=IF(B5<>"",MID(INFO("DIRECTORY"),10,LEN(INFO("DIRECTORY"))-LEN(MID(INFO("DIRECTORY"),FIND("\",INFO("DIRECTORY"),10),1000))-LEN("C:\Users\")),"")
Any ideas?
Thanks,
Mike