Hi All:
I've got a worksheet that includes a running list of To Do items for various projects. Right now it shows both closed and open items in the same list. I use filters to hide closed items.
I close an item by putting an X in column A, which then puts the date closed in column K.
How would I write the VBA to copy that entire row of data to a worksheet called "Closed" when I add the X to column A? So that I can have a worksheet with all of the closed items? As I close off items, they would continue to automatically copy to that sheet.
Also, can you think of a way to have another sheet that would only show open items, ie those without an X in column A? Perhaps have it display on a worksheet called "Open." So that when an item is X'd off on my To Do tab, it drops off the Open sheet.
Open to suggestions if there is a better way to organize this stuff.
Thanks!
I've got a worksheet that includes a running list of To Do items for various projects. Right now it shows both closed and open items in the same list. I use filters to hide closed items.
I close an item by putting an X in column A, which then puts the date closed in column K.
How would I write the VBA to copy that entire row of data to a worksheet called "Closed" when I add the X to column A? So that I can have a worksheet with all of the closed items? As I close off items, they would continue to automatically copy to that sheet.
Also, can you think of a way to have another sheet that would only show open items, ie those without an X in column A? Perhaps have it display on a worksheet called "Open." So that when an item is X'd off on my To Do tab, it drops off the Open sheet.
Open to suggestions if there is a better way to organize this stuff.
Thanks!