Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
how do I prevent a user updating cells on (e.g) worksheet2 if a task is not
completed on (e.g) workheet1? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Dawie
One way would be to use a Worksheet_Change event macro in worksheet2 that would fire if any changes are made in worksheet2. The code in that macro would check worksheet1 for the task completion and would disallow the changes if the worksheet1 task has not been completed. The same macro could also display a message to the user saying whatever you want. If this sounds like what you want, post back and provide some details about the layout of your data. Include details about what would constitute completion of the worksheet1 task and what range (the whole sheet?) in worksheet2 you want to protect. HTH Otto "dawie" wrote in message ... how do I prevent a user updating cells on (e.g) worksheet2 if a task is not completed on (e.g) workheet1? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can I pivot multiple data fields and display them in a column? | Excel Discussion (Misc queries) | |||
Missing fields when I import from Access to Excel... | New Users to Excel | |||
Excel Spreadsheet - Mandatory fields | Excel Worksheet Functions | |||
Calculated Field in Pivot Table Based on Two Counted Fields | Excel Discussion (Misc queries) | |||
Sorting Spreadsheet with Merged Fields | Excel Discussion (Misc queries) |