S
Solution4U
I keep getting an error and the debugger takes me to this line:
Sheets("Checklist").Rows("3:42").EntireRow.Hidden = True
The error is this:
"Unable to set the Hidden property of the Range class"
What am I missing here?
Sheets("Checklist").Rows("3:42").EntireRow.Hidden = True
The error is this:
"Unable to set the Hidden property of the Range class"
What am I missing here?