K
KL
Suppose I want to change the fill of a shape to an anigif during the slideshow. I am using the following code, but the animation
appears frosen until I relaunch the show:
With ActivePresentation.Slides("Main").Shapes("Screen_Blank")
.Fill.UserPicture "J:\Ani50.gif"
End With
Any ideas how to fix this please?
appears frosen until I relaunch the show:
With ActivePresentation.Slides("Main").Shapes("Screen_Blank")
.Fill.UserPicture "J:\Ani50.gif"
End With
Any ideas how to fix this please?