Protection and Macros...

T

TyeJae

One more thing I am trying to do, how come when I attatch this:

-ActiveWorkbook.Protect (23), Structure:=True, Windows:=False-

to a button it will not protect the sheet, it gives me errors, but thi
will protect the sheet:

-ActiveWorkbook.Protect Structure:=True, Windows:=False
 
Top