Hi all, couldn't find an answer to my specific question so I'm hoping some one can assist.
I have a range of data in Sheet1 from A1:T5000. I have a Named Range called "Doc" which I have created in Sheet2.
Here is an example of what Column A looks like in Sheet1:
Column A
Name1
Data1
Data2
Data3
Name2
Data1
Data2
Data3
Data4
Data5
Name3
Data1
Data2
What I am looking to do is:
1. Apply a filter using the named ranges contained in Column A (Sheet1) while also capturing the rows directly below the names (just before getting to the next name).
So the first filter would look like below, and also include all the corresponding columns up to Column T:
Name1
Data1
Data2
Data3
2. Copy this information and paste to Sheet3, cell B12
3. Save Sheet3 as a PDF
4. Go back to Sheet1 and repeat steps for the next name in the range from Column A:
Name2
Data1
Data2
Data3
Data4
Data5
...and so on until all the names from Column A (Sheet1) with corresponding rows have been moved to Sheet3 and saved as a PDF.
Hopefully this makes sense and some one can help me out as I have no idea how to approach this.
Thanks in advance.
I have a range of data in Sheet1 from A1:T5000. I have a Named Range called "Doc" which I have created in Sheet2.
Here is an example of what Column A looks like in Sheet1:
Column A
Name1
Data1
Data2
Data3
Name2
Data1
Data2
Data3
Data4
Data5
Name3
Data1
Data2
What I am looking to do is:
1. Apply a filter using the named ranges contained in Column A (Sheet1) while also capturing the rows directly below the names (just before getting to the next name).
So the first filter would look like below, and also include all the corresponding columns up to Column T:
Name1
Data1
Data2
Data3
2. Copy this information and paste to Sheet3, cell B12
3. Save Sheet3 as a PDF
4. Go back to Sheet1 and repeat steps for the next name in the range from Column A:
Name2
Data1
Data2
Data3
Data4
Data5
...and so on until all the names from Column A (Sheet1) with corresponding rows have been moved to Sheet3 and saved as a PDF.
Hopefully this makes sense and some one can help me out as I have no idea how to approach this.
Thanks in advance.