You can make your formulas check the date
=IF(TODAY()<DATE(2006,8,8),SUM(A1:A100),"too late")
or you can create a macro that destroys stuff if the date is later than some
day.
But what you really ask is "can Excel protect my work" and the answer is no
way. You can keep unskilled users away from your secrets, but that's about
it. Excel protection is to protect against accidents, not to protect
content.
HTH. Best wishes Harald
> Hi;
>
[quoted text clipped - 70 lines]
> > > > > >
> > > > > > Vikky
Vikky - 31 Jul 2006 12:47 GMT
Thank you Harald for your support.
Regrds;
Vikky
> You can make your formulas check the date
> =IF(TODAY()<DATE(2006,8,8),SUM(A1:A100),"too late")
[quoted text clipped - 86 lines]
> > > > > > >
> > > > > > > Vikky