![]() |
#2
|
|||
|
|||
![]()
You can do this by creating 6 slides each with a different die animation and a further slide with a button to run a macro. The six die slides should have on click transition OFF and a button to get back to the first slide.
Assuming the die slides are # 2 - 7 Sub chooseMe() Dim choice As Integer Randomize choice = (Rnd * 6) + 1 SlideShowWindows(1).View.GotoSlide (choice + 1), msoTrue End Sub If you don't know how to use a macro see here |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
tinfanide | Word VBA | 2 | 06-11-2012 04:41 AM |
![]() |
Jamal NUMAN | Word | 1 | 09-03-2011 11:37 AM |
![]() |
Jamal NUMAN | Word | 2 | 07-03-2011 03:11 AM |
Tricky "random word" Question!! | seba1685 | PowerPoint | 0 | 04-21-2011 12:17 AM |
in WORD, how do i type a 9-digit phone number "xxxxxxxxx" and have it automatically.. | jay8962 | Word | 0 | 04-08-2010 11:08 AM |