Update Excel locked cell

  • Thread starter Thread starter Jim Carlin
  • Start date Start date
J

Jim Carlin

Using VBA, how can I update (write) to a locked cell in a
worksheet?
 
use the userinterfaceonly property of the protect method. When this is set
to True, the sheet can remain protected and your code can write to the
sheet.
 

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