View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Cooz Cooz is offline
external usenet poster
 
Posts: 24
Default MultiPage TransitionEffect won't work.

Hi everyone,

I have a UserForm with a MultiPage control, and I want to use the
TransitionEffect and TransitionPeriod properties to display some cool effects
when the user switches between pages.

Currently I have set TransitionEffect to 1 - fmTransitionEffectCoverUp, and
TransitionPeriod to 2000 which means that Page2 should take 2 seconds to
cover Page1 from the bottom to the top.

It. Does. Not. Work.

I remember having seen this functioning like it should in an earlier version
of Word; could it be that this has been disabled in Word 2003? Is there any
way to get these properties going again?

Thank you,
Cooz