I need this code below to work in a macro on a hidden sheet.. FYI the sheet name is "Closed".
Maybe something like:?![]()
Columns("A:CO").Select Selection.Locked = True Selection.FormulaHidden = False ActiveSheet.Protect DrawingObjects:=True, Contents:=True, Scenarios:=True
Just a guess.![]()
sheets("Closed").columns("A:CO").Locked=True.FormulaHidden=False Protect DrawingObjects:=True, Contents:=True, Scenarios:=True
Thanks for the help!
Bookmarks