Excel with Macros

R

Rajesh

I have protected a worksheet with macros and when I try an
run them I get "run time error 1004" I need to able to
protect the sheet from alterations by others. What is the
error and how do I fix it?

regds
 
F

Frank Kabel

Hi
depending on the macro actions you may have to unprotect the sheet at
the beginning of your macro and protect it again at the end of the run
 
Top