Hello,
I'm in need of some help to write VBA code in Excel that does the following:
-For each row where the value in column A is a "1", copy the entire row to an existing worksheet (say named "result") in the same row number.
For example, I know how to conditionally copy rows and paste them into a worksheet beginning on row but, however, this request is to paste them in the same row number that they were copied from (e.g. if copied from row 5 on the original sheet, paste to row 5 on the result sheet)
Thanks!!!
I'm in need of some help to write VBA code in Excel that does the following:
-For each row where the value in column A is a "1", copy the entire row to an existing worksheet (say named "result") in the same row number.
For example, I know how to conditionally copy rows and paste them into a worksheet beginning on row but, however, this request is to paste them in the same row number that they were copied from (e.g. if copied from row 5 on the original sheet, paste to row 5 on the result sheet)
Thanks!!!