Is it maybe that you run a macro that populates the "indv rep" sheet which changes the charts in "Chart1" and "Chart2"?
You now want to save these three sheets to a single PDF file as "Lab 1".
Run the macro again to populate the "indv rep" sheet with new data and now save the three sheets as a single PDF file again but with the new data as "Lab 2"
Keep this going till all your customers(?), with their relevant data, have been saved to PDF files?
Is the above thinking anywhere near what you have in mind?
In the code you have in the first post you save the file with the value of cell A2 of the "Indv Rep" sheet and combine "Lab " with that value.
Does that value need to be increased by every time or discard that part and just add an increasing value for every PDF save?
Note: In the code you use capital letters while in some post you do not. You might have to be consistent with naming otherwise you end up with errors.
Bookmarks