Shimmer Custom Animation Runtime Error

S

Shelley

I have a user who has a presentation set up with one slide using the
shimmer custom animation effect on a text box. When they go into the
VB Editor and type in the following line in the immediate window, an
error message occurs:

debug.Print activepresentation.Slides(1).TimeLine.MainSequence(1).EffectType

Error: Run-Time error '-2147467259 (80004005)': Effect(unknown
member): Failed.

This line of code works for all other types of custom animation and it
displays the number of the effect. He needs to know this number
because he is using VB to run some custom settings within the
presentation. Does anybody know the number of the shimmer effect or
why this error is occuring?

Thanks,
Shelley
 
S

Shyam Pillai

Shelly,
This is a bug. There are no constants defined for Shimmer and Blink. If you
try to read effect type when it is set to either of the two it will error
out. You cannot set the value for the same two animations.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top