View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Edmund Edmund is offline
external usenet poster
 
Posts: 62
Default Disallow changes once expiry reached

Like a simple event, I need a set of codes that will automatically disallow
changes in Sheet1 from row1 to 50, once the date turns 1/1/2007 and onwards.

When I say €śdisallow changes€ť it must be very gross. Perhaps just prevent
users from being able to select any cell within the range (but yet cell must
be visible to user) or perhaps make it that whatever entry made into the
range will be rejected.

Sheet Protection wont work because I suspect some users have tools to break
it. But if I store your codes in VBA & protect from view, this will be a lot
better.

Nevermind if users disable Macro on open. I have managed to take care of
this already.

Any help or method would be much appreciated.

--
Edmund
(Using Excel XP)