Hi all,
I have a workbook with three tables, all housed on separate sheets. The tables are named: "Open", "Won", & "Lost". (Sheets are named the same as their corresponding table)
I would like to automatically move the row from the Open table to either the Won table or the Lost table based on the status selected. In the column titled "Status", each row has a data validation drop-down selection of "Open", "Won" or "Lost". Once a row is selected as "Won" or "Lost" I would like it moved to the bottom of its corresponding table and the row to be deleted from the "Open" table.
I am new to VBA but from what I have gathered from googling/researching I believe this will need an Event Procedure VBA code for my "Open" sheet.
Please let me know if you need any other information.
Thanks in advance for your time!
I have a workbook with three tables, all housed on separate sheets. The tables are named: "Open", "Won", & "Lost". (Sheets are named the same as their corresponding table)
I would like to automatically move the row from the Open table to either the Won table or the Lost table based on the status selected. In the column titled "Status", each row has a data validation drop-down selection of "Open", "Won" or "Lost". Once a row is selected as "Won" or "Lost" I would like it moved to the bottom of its corresponding table and the row to be deleted from the "Open" table.
I am new to VBA but from what I have gathered from googling/researching I believe this will need an Event Procedure VBA code for my "Open" sheet.
Please let me know if you need any other information.
Thanks in advance for your time!