Hey there. I'm trying to create a macro that unlocks all cells on all worksheets in the active workbook. I've gotten it to work on the active worksheet, but I can't figure out how to make the macro apply to all worksheets. This is what I have so far:
Sub UnlockCells()
'
' UnlockCells Macro
'
'...