Relinking videos in Powerpoint

  • 12 years ago

    Hi,

    I am trying to write a small script in Powerpoint to relink the videos whose path is outdated. While this was an inbuilt function in previous Powerpoint version, Powerpoint 2007 doesn't seem to have it. I wrote a small algorithm that will do it but as I am new to VB I am unable to write the program itself. Could someone please help me out?

    'Define the Slide, Shape as variables
    'For each slide in the presentation
    '   For each shape
    '           If this shape is a movie Then
    '               Relink this movie to the target location and get a return status.
    '
    '               If this return status is 1 then increment relink
    '               Increment a counter
    '           End if
    '   Next
    'Next
    'Pop a box to confirm completion
    'End Sub

     

Post a reply

No one has replied yet! Why not be the first?

Sign in or Join us (it's free).

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“Debugging is anticipated with distaste, performed with reluctance, and bragged about forever.” - Dan Kaminsky