wthornton59
New Member
- Joined
- Aug 17, 2009
- Messages
- 23
Hi,
I have a column on a Worksheet I'm developing that has a column where the person assigned the task's name is selected from a drop down list created from a named region using Data Validation. That part works perfectly. What I need is when someone is selected in that column, for the next column to be populated with the date. I can't figure out how to catch the selection to trigger the date being put in. I have been trying to do this using the Worksheet_Change sub routine. Any ideas would be great.
I have a column on a Worksheet I'm developing that has a column where the person assigned the task's name is selected from a drop down list created from a named region using Data Validation. That part works perfectly. What I need is when someone is selected in that column, for the next column to be populated with the date. I can't figure out how to catch the selection to trigger the date being put in. I have been trying to do this using the Worksheet_Change sub routine. Any ideas would be great.