chandelirious
Board Regular
- Joined
- Sep 9, 2004
- Messages
- 84
This is a new question, based on a previous question of mine that I couldn't find a solution for!!
I currently work on a large spreadsheet that is regularly used and worked on simultaneously by many people at once.
The majority of those working with it are not the most technologically minded people. As such, the worksheet is locked down quite heavily so that only certain areas can be edited by them.
However, when I'm in it - and it's a lot, and for long periods at a time - I need to unprotect the worksheet. During that time, others are working on it, and they frequently accidentally do things. I'm talking hiding columns, removing formulas, etc. They claim that they haven't done it, because they don't have access to the unprotected sheet. So I get the blame.
Ideally, I'd love to be able to say to them something along the lines of "You can't access the spreadsheet between 2.00 and 3.00pm every day," but that just won't work. Also, whereas I'm an office 9-5 worker, some of these are not, and will be accessing it out of office, so it's not even as if I can stay behind once a week to catch up.
What I do now is unprotect the workbook, and then merge Cells A1:G1, fill them red, with white text that says: WARNING: WORKBOOK UNPROTECTED
I know that at least two other people have the password, and, although they claim not to unlock it, I'm sure that they do (and possibly forget to lock it again).
Is there a way, perhaps using VBA, that as soon as the workbook is unprotected, Cells A1:G1 auto format to display my warning message?
Thanks in advance!
I currently work on a large spreadsheet that is regularly used and worked on simultaneously by many people at once.
The majority of those working with it are not the most technologically minded people. As such, the worksheet is locked down quite heavily so that only certain areas can be edited by them.
However, when I'm in it - and it's a lot, and for long periods at a time - I need to unprotect the worksheet. During that time, others are working on it, and they frequently accidentally do things. I'm talking hiding columns, removing formulas, etc. They claim that they haven't done it, because they don't have access to the unprotected sheet. So I get the blame.
Ideally, I'd love to be able to say to them something along the lines of "You can't access the spreadsheet between 2.00 and 3.00pm every day," but that just won't work. Also, whereas I'm an office 9-5 worker, some of these are not, and will be accessing it out of office, so it's not even as if I can stay behind once a week to catch up.
What I do now is unprotect the workbook, and then merge Cells A1:G1, fill them red, with white text that says: WARNING: WORKBOOK UNPROTECTED
I know that at least two other people have the password, and, although they claim not to unlock it, I'm sure that they do (and possibly forget to lock it again).
Is there a way, perhaps using VBA, that as soon as the workbook is unprotected, Cells A1:G1 auto format to display my warning message?
Thanks in advance!