JimB
Board Regular
- Joined
- Sep 19, 2002
- Messages
- 81
I have a simple(?) spreadsheet for an automotive repair business. As an example, row A19:I19 contains vehicle data that I would like to copy and paste to a new workbook, manually, at the end of each work day. But ONLY if cells J19:K19 are empty. (Total data spans A19:M33 - Each row representing a seperate vehicle).
My challenge is to:
1)Copy each row of the active sheet that fits the criteria (columns J and K empty).
2)Automatically open a named workbook.
3)Paste the values of these rows into the named workbook, without skipping rows.
I have been able to successfully complete a similar process, but for only one row, not multiples.
Any guidance would be greatly appreciated.
Thank you
My challenge is to:
1)Copy each row of the active sheet that fits the criteria (columns J and K empty).
2)Automatically open a named workbook.
3)Paste the values of these rows into the named workbook, without skipping rows.
I have been able to successfully complete a similar process, but for only one row, not multiples.
Any guidance would be greatly appreciated.
Thank you