View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
pm[_2_] pm[_2_] is offline
external usenet poster
 
Posts: 44
Default converting ppt to pdf launched from xls

voodooJoe napisal:

reference to Adobe Acrobat Distiller - if you have Adobe installed, you
should see it.


yes. Adobe Distiller checked

Yes, its possible to do it from Excel. I recon it's also possible to do it
from PowerPoint - or any other application that uses VBA.


No, i don't want use powerpoint VBA, just everything in excel

Set a = CreateObject("PowerPoint.Application")
the use the PowerPoint object model to open, print, ...


sorry for stupid question, but how? ;)

a.open filename("..") does not work..