Logo 
Search:

MS Office Answers

Ask Question   UnAnswered
Home » Forum » MS Office       RSS Feeds
  Question Asked By: Reginheraht Fischer   on Dec 22 In MS Office Category.

  
Question Answered By: Brandi Ramirez   on Dec 22

How "sophisticated" are your users?
The reason I ask is: it's fairly simple to password protect the VBA code.
Once you've done so, you can create a

Private Sub Worksheet_Activate()

sub that basically selects another sheet...
The only problem with this approach, is that if the users are just a "little"
savvy,
they can simply create a VBA sub in their own personal.xls file
that does:

Application.EnableEvents = false

and the sheet is "unlocked".

Another way is to do as you said, and make a lot more call to the
protect/unprotect functions  for the sheet.

Share: 

 

This Question has 2 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on Excel Protection - VBA Form Or get search suggestion and latest updates.


Tagged: