Thank you for taking the time to help.
I would like to password protect the sheets in an application that I have made but, this causes the macro code to fail at:
ActiveSheet.Unprotect
Is there a way to put the password in the code so that the code can continue to be executed? Presently, I have made it hard for someone to unprotect the sheets manually by replacing the menu with my own and blocking key stokes, etc. But, I am still afraid of someone getting around those measures.
Your help is greatly appreciated.
Thanks again.
Acquaman
I would like to password protect the sheets in an application that I have made but, this causes the macro code to fail at:
ActiveSheet.Unprotect
Is there a way to put the password in the code so that the code can continue to be executed? Presently, I have made it hard for someone to unprotect the sheets manually by replacing the menu with my own and blocking key stokes, etc. But, I am still afraid of someone getting around those measures.
Your help is greatly appreciated.
Thanks again.
Acquaman