View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
dorre dorre is offline
external usenet poster
 
Posts: 12
Default unlocking problem

Hi

I have columns that are normally locked with protection on. But, I need to
have code that allows me to temporarily unluck column N. Why do I get an
error (1004: unable to set the locked property of the range class) with
this code?

Activesheet.Columns("N:N").Select
Selection.Locked = False

thanks
dorre