Howdy Folks.
I've got an EXCEL XP / VBA app which generates PDF's to specific output files automically (no user intervention with an Adobe dialog).
It's quite simple, using the .printout method and the PDFWriter driver as follows:
ActiveWindow.SelectedSheets.PrintOut PrintToFile:=True, _
PrToFileName:=outputname
NOW WITH ACROBAT 6.0 (and the "Adobe PDF" driver), it looks like a .prn or postscript file is created (whatever it is it's NOT pdf).
If I EXPLICITLY print to the Adobe PDF, I'm able to specify the output path/file and the PDF is created fine.
WHY DOESN'T the VBA "print to file" work anymore? IS THERE A WAY TO MAKE IT WORK.
THANKS IN ADVANCE!!!!!! I'm STUCK!!!!
innov
I've got an EXCEL XP / VBA app which generates PDF's to specific output files automically (no user intervention with an Adobe dialog).
It's quite simple, using the .printout method and the PDFWriter driver as follows:
ActiveWindow.SelectedSheets.PrintOut PrintToFile:=True, _
PrToFileName:=outputname
NOW WITH ACROBAT 6.0 (and the "Adobe PDF" driver), it looks like a .prn or postscript file is created (whatever it is it's NOT pdf).
If I EXPLICITLY print to the Adobe PDF, I'm able to specify the output path/file and the PDF is created fine.
WHY DOESN'T the VBA "print to file" work anymore? IS THERE A WAY TO MAKE IT WORK.
THANKS IN ADVANCE!!!!!! I'm STUCK!!!!
innov