Prevent users to use a workbook/sheet after a specified day

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Can someone help me with this?

I have a Workbook containing som macro, formula, and vba code and now I need
prevent users to use/edit a workbook/sheet after a specified day, since
there are some values that must be updated.

Best regard and thank you at advance
 
You can't prevent use after a specified day - there are a number of
schemes that you can try, but most of them require VBA which can be
easily bypassed.

You can google these groups for expiration dates to see some solutions
that make it a bit more difficult for people to bypass the protection.

If you're just concerned with data being out of date, you may be better
off putting a disclaimer in the sheet saying that the information is
only valid through your end date.
 
Thank You for your answer.
First of all, I am not wooried of user who bypass VBA , they understud why
they dont dont shuold use the workbook after a specified day. Its "newbies"
people i am afraid about and i will stop to use.

If you have a VBA solution i am interested of this
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top