Quote Originally Posted by Motilulla
Hi,
Thank you for your help. The second formula worked really well but i didnt understand the first one tho, in what way can i use it? I wanted to ask as well, if i can desprotect the cell with a password?

Thank you.

p.s: there's another thread i have posted with a different question, have a look at that one as well!. 'how to count delay of numbers'..
Hi,

The first bit of code needs to be run in the Immediate Window. It's not usually visible by default when you jump into the VBE, so just choose 'View' Immediate Window' from the VBE menu.

You could also put it in a Sub..End Sub procedure and run it as a macro.

As to the cell question, you can't protect a cell with a password, only a worksheet or a workbook.

I'll take a look at your other post.

Regards