View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Frank Kabel Frank Kabel is offline
external usenet poster
 
Posts: 3,885
Default disable excell sheet cell from VB Script

Hi
something like
with activesheet
..unprotect
..range("A1").locked=true
..protect
end with

"itsmaheshp" wrote:


Hai guys,
i want to disable the cell(making user not to enter the data in a
particular cell) from VB Script(here i have to use VB Script becoz i
have to disable this cell based on som other conditions.).
plz help me...
Thanks & regards,
Mahesh P


--
itsmaheshp
------------------------------------------------------------------------
itsmaheshp's Profile: http://www.excelforum.com/member.php...o&userid=15859
View this thread: http://www.excelforum.com/showthread...hreadid=273541