Hi guys,
I am trying to figure out if there is a way to collate pdf's together in VBA.
I have currently written a macro that changes filters for a couple of pivot tables based on a list of variables that I am looping through.
Example of above. My filter is a company name and I have a list of companies that I loop through.
For each of these loops I update my sheets and I want to print a copy of the sheets to a pdf file. However rather than ending up with 20 different pdf files (one for each loop) I want these outputs to be compiled into one pdf file.
Example of above For each company name I calculate the financials of the company and I want to print those financials. Instead of doing it seperately for all companies I want the financial for all companies in one file.
Is that possible?
I am trying to figure out if there is a way to collate pdf's together in VBA.
I have currently written a macro that changes filters for a couple of pivot tables based on a list of variables that I am looping through.
Example of above. My filter is a company name and I have a list of companies that I loop through.
For each of these loops I update my sheets and I want to print a copy of the sheets to a pdf file. However rather than ending up with 20 different pdf files (one for each loop) I want these outputs to be compiled into one pdf file.
Example of above For each company name I calculate the financials of the company and I want to print those financials. Instead of doing it seperately for all companies I want the financial for all companies in one file.
Is that possible?