Hi, I need to move entrie rows from one worksheet to another when work is in progress. I search first & found this post. What is VBA & is it possible for me to do??

Thanks Nadine


http://www.excelforum.com/showthread.php?t=650558

Quote Originally Posted by vanchi233
I need a formula that will allow complete row information to be moved to another sheet upon status change.....

ex


name last name status etc etc

when changing from p to n under status the row should then be made visible on the other page


The reply was...

Quote Originally Posted by ilyaskazi_01
This will require automation code through VBA and cannot be done with Excel formulas...
...