Members

Technology Zones

Articles

Hosted By

MaximumASP

Info

Relinking videos in Powerpoint

Last post 05-07-2008 5:25 AM by EliteLegend. 1 replies.
Page 1 of 1 (2 items)
Sort Posts: Previous Next
  • 05-06-2008 5:03 AM

    • EliteLegend
    • Not Ranked
    • Joined on 05-06-2008
    • United States
    • New Member
    • Points 10

    Relinking videos in Powerpoint

    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 the return status is 0 then prompt to user if he wants to enter some other target directory because the file was not found else continue
    '               If this return status is 1 then increment a counter
    '           End if
    '   Next
    'Next
    'Pop a box to confirm completion
    'End Sub

     

     
    • Post Points: 5
  • 05-07-2008 5:25 AM In reply to

    • EliteLegend
    • Not Ranked
    • Joined on 05-06-2008
    • United States
    • New Member
    • Points 10

    Re: Relinking videos in Powerpoint

    Someone please?

    • Post Points: 5
Page 1 of 1 (2 items)