Finding the last cell in a protected sheet
The command:
SpecialCells(xlLastCell).Select
fails if my worksheet is protected. Is there any way round this without
resorting to unprotecting the sheet (I don't want to have to hard code the
password in my macro)?
Thanks
TM
|