I have a workbook containing approx 20 sheets and am looking for a VBA solution to save 3 of the sheets, those named
"Venue Flash", "Peer Group One", and "Peer Group Two"
to a single PDF file.
I wish the name of the new PDF file to be the contents of cell A1 on the "Venue Flash" sheet.
A1 contains a drop down list of 65 venue names, when the user selects a new name from the drop down list the report updates to figures relevant to that venue.
So... if possible (and this is where i get really lost with the coding of this query) i would like the macro to cylce through the list of venue names untill the list is exhausted.
The end result would be I have 65 pdf files, one named after each of the venues in my drop down list, each one containing the contents of the 3 nominated sheets within the workbook.
Help on this is greatly appreciated.
Luke
"Venue Flash", "Peer Group One", and "Peer Group Two"
to a single PDF file.
I wish the name of the new PDF file to be the contents of cell A1 on the "Venue Flash" sheet.
A1 contains a drop down list of 65 venue names, when the user selects a new name from the drop down list the report updates to figures relevant to that venue.
So... if possible (and this is where i get really lost with the coding of this query) i would like the macro to cylce through the list of venue names untill the list is exhausted.
The end result would be I have 65 pdf files, one named after each of the venues in my drop down list, each one containing the contents of the 3 nominated sheets within the workbook.
Help on this is greatly appreciated.
Luke