Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Random number generator for Powerpoint 2011

  • 18-11-2011 9:38pm
    #1
    Registered Users, Registered Users 2 Posts: 1,910 ✭✭✭


    Can anybody recommend a random number generator for Powerpoint 2011 or a piece of code for same.. I need a slide which will generate a random number from one to fifty say and then show it on screen.
    Thanks


Comments

  • Registered Users, Registered Users 2 Posts: 1,093 ✭✭✭KAGY


    kala85 wrote: »
    Can anybody recommend a random number generator for Powerpoint 2011 or a piece of code for same.. I need a slide which will generate a random number from one to fifty say and then show it on screen.
    Thanks

    Just off the top of my head,
    embed an excel document with one cell reading =round(rand()*50,0)
    (that's rounding a random number between 0 and 1 x 50 to zero decimal places.)

    Otherwise your are looking at a form with a visual basic module attached (to show developer ribbon right click the tabs and select the developer ribbon)


  • Registered Users, Registered Users 2 Posts: 1,093 ✭✭✭KAGY


    kala85 wrote: »
    Can anybody recommend a random number generator for Powerpoint 2011 or a piece of code for same.. I need a slide which will generate a random number from one to fifty say and then show it on screen.
    Thanks

    hopefully sample attached
    (but what did your mammy say about downloading code from the Internet ):D


Advertisement