G
Gerald Maier
hi ng!
i want to write a vba-function to scan a ppt-file for integrated
"msoLinkedOLEObject" (movie files)
then i want to change the path of this object to a relative path.
i can handle everything in need except getting the information from the ppt
file
this is my function so far:
Function test()
Dim mydocument
Dim s
Set mydocument = ActivePresentation.Slides(1)
For Each s In ActivePresentation.Slides
Debug.Print s.Name
-> somethink like .pathComponents; .linkName; .linkPath, .type;.....
Next
End Function
plz help...
i want to write a vba-function to scan a ppt-file for integrated
"msoLinkedOLEObject" (movie files)
then i want to change the path of this object to a relative path.
i can handle everything in need except getting the information from the ppt
file
this is my function so far:
Function test()
Dim mydocument
Dim s
Set mydocument = ActivePresentation.Slides(1)
For Each s In ActivePresentation.Slides
Debug.Print s.Name
-> somethink like .pathComponents; .linkName; .linkPath, .type;.....
Next
End Function
plz help...