View Single Post
  #11   Report Post  
Posted to microsoft.public.excel.programming
voodooJoe voodooJoe is offline
external usenet poster
 
Posts: 43
Default converting ppt to pdf launched from xls

looks like you are going to have to learn the hard way - hit the internet
and search. its out there somewhere.

"pm" wrote in message ...
voodooJoe napisal:

perhaps:

- the way you are using presentations is incorrect
- you are prferring to the presentations COLLECTION when you shoud be
referring to 1 presentation specifically
- linksources is a valid property - but not for presentation(s) object


perheps.. but i do not know anything about referring to powerpoint files

this is my first time i try do something with ppt from excel..

i tried:

aLinks = PPObj.LinkSources(xlOLELinks)

and

aLinks = presentation("prob.ppt").LinkSources(xlOLELinks)
but nothing capitalize...

seriously. i do have no idea how to update links from excel
or even how to update links on opening ppt file (but without notification
about existing links)...

but i've already posted to apropriate group..