Hello!
I'm trying to get a VBA code to work where Excel detects if a date value is present in column M in Sheet1 and, if so, copies the entire row to the next blank row in Sheet2. Then Excel should delete that row from Sheet 1.
Column M will be dates in short format (mm/dd/yyyy). I need the entire row to move from Sheet1 (ows or ActiveSheet) to Sheet2 (nws). I have additional codes running that cannot be interrupted, and formatting should be kept as well. I would also like Sheet2 to sort the moved row automatically by the date in column M if possible, else I can command Sheet2 to sort manually.
The codes I've tried don't populate errors, they just don't affect any change to either worksheet.
Any help either getting a procedure started and functioning would be massively appreciated! I'm in a new role at this company and need to get quite a few processes streamlined...
Thanks!
I'm trying to get a VBA code to work where Excel detects if a date value is present in column M in Sheet1 and, if so, copies the entire row to the next blank row in Sheet2. Then Excel should delete that row from Sheet 1.
Column M will be dates in short format (mm/dd/yyyy). I need the entire row to move from Sheet1 (ows or ActiveSheet) to Sheet2 (nws). I have additional codes running that cannot be interrupted, and formatting should be kept as well. I would also like Sheet2 to sort the moved row automatically by the date in column M if possible, else I can command Sheet2 to sort manually.
The codes I've tried don't populate errors, they just don't affect any change to either worksheet.
Any help either getting a procedure started and functioning would be massively appreciated! I'm in a new role at this company and need to get quite a few processes streamlined...
Thanks!