Hi, What is the correct VB syntax to unlock a cell? Thanks
J Jean-Paul De WInter Sep 13, 2004 #3 Thanks for the reply... However, I need to unlock cells A1 to A3 so what will be the syntax then? Greets JP
Thanks for the reply... However, I need to unlock cells A1 to A3 so what will be the syntax then? Greets JP
T Tom Ogilvy Sep 13, 2004 #4 Range("A1:A3").Locked = False the sheet has to be unprotected when you do this.