Thanks
I get an error - subscript out of range
I think it may have to do with the sheet names....
I changed the sheet names in code but still error
Thanks
Paul
Thanks
I get an error - subscript out of range
I think it may have to do with the sheet names....
I changed the sheet names in code but still error
Thanks
Paul
Makes sence. Where is this sheet.
Also you use the Tag-property to check for empty objects but in not one object you've filled in the Tag-property. In this case this will never work properly.Code:With Worksheets("LENTICULAR-MEMBRANES") .Unprotect Password:="1357" .Protect UserInterfaceOnly:=True, Password:="1357" End With
Bookmarks