hello,

is there any possibility to convert powerpoint file (ppt) into pdf?

file structure is shown below:

xls files -> powerpoint -> pdf

and i'd like to write VBA in one of xls files, which
1. open ppt file
2. update automaticly hiperlinks (to mentioned xls files without notification
about links), as charts, and tables which are pasted as hiperlinks
3. save ppt which is necessary before converting
4. convert into pdf file
5. close ppt file

the reason of my question is that i have to create almost 300 pdf files, which
(i think) can be created in some loop in VBA..