I never used PDFCreator but you can do this
Sheets(Array("VGA Summary", "1Q Test", "1N Test")).Copy
Add your other sheets in the array
You have a new workbook now with all your sheet
create a pdf of this workbook and delete the file
--
Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm
"geebee" <(E-Mail Removed)(noSPAMs)> wrote in message news:70EBB614-5D5E-4C5D-9B30-(E-Mail Removed)...
> hi,
>
> i have some code to convert multiple sheets to PDF. i can get up to 3
> sheets into one PDF file, but when i do anything more than that it only
> prints the last sheet selected instead of all of them. here is my sample:
>
> Sheets(Array("VGA Summary", "1Q Test", "1N Test")).Select
> ActiveWindow.SelectedSheets.PrintOut , ActivePrinter:="PDFCreator"
>
> i would like to add more sheet names to the array, but when i do it wont work.
>
> thanks in advance,
> geebee
>