Hi Mazan,
for worksheet protection you can add the following to the ThisWorkbook portion
This will eliminate the need to unprotect and protect every time your code runs.![]()
Private Sub Workbook_Open() Sheet1.Protect "123456", userInterfaceOnly:=True End Sub
As for the scroll problem, how are you preventing scrolling?
Bookmarks