Hi all
I am in the process of creating performance reports. I am looking to save multiple PDF documents from one sheet however I need one cell to change before each saves to PDF.
Excel Document Overview
Is it possible for the following steps to be completed using VBA?
Any help would be greatly appreciated
I am in the process of creating performance reports. I am looking to save multiple PDF documents from one sheet however I need one cell to change before each saves to PDF.
Excel Document Overview
- Sheet 1 = Report Template (A1:K34)
- Sheet 2 = List of Employee's names (B2:B151)
- Sheet 3 = Data sheet which feeds the data into the report template
Is it possible for the following steps to be completed using VBA?
- In "Sheet 1", select cell "B2" and link first name of the list (B2) in "Sheet 2" (This will pull in that employees data into the report template)
- Save "Sheet 1" as a pdf and name the document as the employee's name
- In "Sheet 1", select cell "B2" and link the second name of the list (B3) in "Sheet 2"
- Save "Sheet 1" as a pdf and name the document as the employee's name
Any help would be greatly appreciated