I need to move rows of data from one sheet to another in the same workbook using VBA.
When the macro is fired it will look at the Status column (E) on the sheet named Active. If the first word in column E of any row is closed (not case sensitive), it should move that row (with formating intact) to the next empty row in the sheet named Closed, and delete the row from Active. I have various forms of protection and all are removed from the sample attached. The protection scheme works great and I have no trouble with that. I searched here and found a few posts about moving data but I was not able to modify any to work for me.
Anyone got the time?
Thanks,
Chuck