alexdurc09
New Member
- Joined
- Sep 21, 2018
- Messages
- 17
Hello,
I have written some VBA code but part of the code unlocksand then locks a spreadsheet again once the code has run. The idea behind thisis so that users aren’t able to mess with the raw data / delete entries withoutgoing through the correct procedure.
There is however a requirement to use filters on the master data to make searching easier but this can’t bedone because it is password protected and I don’t want to start giving out thepassword.
Is there any way I can allow users to be able to use thefilter function even when the spreadsheet is locked?
Thanks,
Alex
I have written some VBA code but part of the code unlocksand then locks a spreadsheet again once the code has run. The idea behind thisis so that users aren’t able to mess with the raw data / delete entries withoutgoing through the correct procedure.
There is however a requirement to use filters on the master data to make searching easier but this can’t bedone because it is password protected and I don’t want to start giving out thepassword.
Is there any way I can allow users to be able to use thefilter function even when the spreadsheet is locked?
Thanks,
Alex