insert row and copy formula in protected worksheet
added your code to my macro and it worked! :) thanks for your help!
"Dave Peterson" wrote:
You could add some code to your macro:
activesheet.unprotect password:="topsecret"
'your code here
activesheet.protect password:="topsecret"
|