Macros on a protected sheet
Posted by Chris Jones on August 15, 2001 8:17 AM
Hey there,
Any help here would be greatly appreciated
I created a simple macro that is as follows:
Rows("17:29").Select
Selection.EntireRow.Hidden = False
Rows("22:28").Select
Selection.EntireRow.Hidden = True
It works, however, it is on a sheet that I want protected. When I protect the sheet the macro doesn't work anymore. What can I do to get it to work when the sheet is protected.