Hi
I've had a search through the forums for a couple of hours yet can't seem to find anything that matches what I'm looking to do and my VBA skills are a little rusty after not using them for a number of years
I'm creating a worksheet as follows
A B C D E F
Monday Tuesday Wednesday Thursday Friday
Task 1
Task 2
Task 3
Task 4
Date
In an ideal world the user would enter "Y" into the relevant cell to indicate the task as being completed for that day.
What I need is
1. When the user enters "Y" into any task cell that a date stamp (today's date) appears in row 7 for that particular day
After they have finished updating the tasks for that day I want them to click a "button" (CommandButton?) and when this button is clicked I need the following to happen
1. All cells in the rows relating to that particular day (incl the date) are locked regardless as to whether they all contain "Y"
2. A message appears asking them if they are sure they want to exit
3. YES - takes them to the "Home" worksheet
4. NO - takes them back to the sheet they are currently using
Is all of this possible ??
I've had a search through the forums for a couple of hours yet can't seem to find anything that matches what I'm looking to do and my VBA skills are a little rusty after not using them for a number of years
I'm creating a worksheet as follows
A B C D E F
Monday Tuesday Wednesday Thursday Friday
Task 1
Task 2
Task 3
Task 4
Date
In an ideal world the user would enter "Y" into the relevant cell to indicate the task as being completed for that day.
What I need is
1. When the user enters "Y" into any task cell that a date stamp (today's date) appears in row 7 for that particular day
After they have finished updating the tasks for that day I want them to click a "button" (CommandButton?) and when this button is clicked I need the following to happen
1. All cells in the rows relating to that particular day (incl the date) are locked regardless as to whether they all contain "Y"
2. A message appears asking them if they are sure they want to exit
3. YES - takes them to the "Home" worksheet
4. NO - takes them back to the sheet they are currently using
Is all of this possible ??