Sub go()
Dim goal As Range
Set goal = Sheets("sheet1").Range("A1")
Range("A1") = goal + 1
End Sub
I get an error because this is on a protected sheet and protected cell. How
can I get result without having to unprotect the sheet?
--
Thanks
Shawn
Sub go()
Dim goal As Range
Set goal = Sheets("sheet1").Range("A1")
Range("A1") = goal + 1
End Sub
I get an error because this is on a protected sheet and protected cell. How
can I get result without having to unprotect the sheet?
--
Thanks
Shawn
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks