Hey guys,
In one of my macros, I am trying to unlock a given cell by saying Cells(row number, column letter).Locked = False. I have used it before and it worked, but for some reason, I keep getting an error which states:
The sheets are unprotected so that shouldn't be an issue. Does anyone know how to fix this? Thanks in advance and please let me know if you need more information.Run-time error '1004':
Unable to set the Locked property of the Range class
Bookmarks