largeselection
Active Member
- Joined
- Aug 4, 2008
- Messages
- 358
Hi,
So I have some code but I need to select a certain range to copy/paste into a different workbook.
How can I have it copy a section above where it finds a specific value in a column?
So I want to code to copy from A9:J9 and all the way down until 2 rows above the row where the word "TOTAL" is found in Column A.
So would it be something like Range("A9:J & Find("TOTAL",A:A).offset(-2)
?
So I have some code but I need to select a certain range to copy/paste into a different workbook.
How can I have it copy a section above where it finds a specific value in a column?
So I want to code to copy from A9:J9 and all the way down until 2 rows above the row where the word "TOTAL" is found in Column A.
So would it be something like Range("A9:J & Find("TOTAL",A:A).offset(-2)
?