Thread: unlock a cell
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default unlock a cell

with the sheet unprotected

activeCell.Locked = False
--
Regards,
Tom Ogilvy

"Jean-Paul De WInter" wrote in message
...
Hi,
What is the correct VB syntax to unlock a cell?
Thanks