Quick question,

I have produced a very simple macro which basically just clicks the left arrow key once to the left, I believe this is correct

ActiveCell.Offset(0, -1).Select

My problem is the above line of code ignores the cell protection, I have protected the page and left only the cells I want the user to click in unlocked.

Can anyone advise how I could modify the above code to add this ability in?

Thanks in advance.

Darren