Lock / Unlock Cell

  • Thread starter Thread starter Terence
  • Start date Start date
T

Terence

Hi,

I would like to lock / unlock a whole column by using VBA
code. How to do it? Anyone knows?

Thanks.

Terence
 
(use the recorder!!)

Columns("H:H").Locked = False
Columns("H:H").Locked = true
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top