So, if my slide media is 33208, the code looks at the left 2 digits, and that is the total seconds for the media on that slide.
Code: Select all
myTime = Left(shp.MediaFormat.length,2)
.advanceTime = myTime + 1
Right now I stumped on a time like 140985. That should be around 2:21, but I guess by adding one it could be 2:22.
Any thought on how I can do this?