View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] roberto_pia@yahoo.com is offline
external usenet poster
 
Posts: 1
Default Dinamically reference Acrobat Distiller?

Dear all
my name is Roberto from Turin - Italy
I created a workbook when by VBA code print reports .PDF by using
Acrobat Distiller 6.
To do this I had to reference in VBA editor ACROBAT DISTILLER
On the VBA code I have some other subroutines to do other things on my
workbook.
Only I need to print .PDF and therefore I have Acrobat installed on my
computer.
My colleagues need to use other subroutine and do not have Acrobat
installed on their computers.
So when they use VBA had an error. I think because they do not have
Acrobat installed the referencing process falls in error.
Is it possible to reference dinamically Acrobat Distiller on the
subroutine I use to create .PDF?
Other solutions?
Thanks in advance
Best regards
Roberto