AnaFlorTech
Programmer
Hello,
I have an excel workbook with 3 sheets.
In the first one, I have listed all the requests that were made to me. And one of the column of sheet 1 has the status (Made, Pending).
The second have the subset of requests that are already done and the third sheet has the requests that are still pending.
I've created two macros to update sheets 2 and 3. If the column of status in sheet 1 is Done it goes to sheet 2 and if it's pending, it goes to sheet 3.
I don't want to have any button to run the macros.
What I want is if the column of status changes in sheet one, it will run the two macros. There are two thing that I can do in sheet 1, update an existing record or insert a new one.
How can I do that?
Than ks in advance.
I have an excel workbook with 3 sheets.
In the first one, I have listed all the requests that were made to me. And one of the column of sheet 1 has the status (Made, Pending).
The second have the subset of requests that are already done and the third sheet has the requests that are still pending.
I've created two macros to update sheets 2 and 3. If the column of status in sheet 1 is Done it goes to sheet 2 and if it's pending, it goes to sheet 3.
I don't want to have any button to run the macros.
What I want is if the column of status changes in sheet one, it will run the two macros. There are two thing that I can do in sheet 1, update an existing record or insert a new one.
How can I do that?
Than ks in advance.