View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jim Cone Jim Cone is offline
external usenet poster
 
Posts: 3,290
Default Displaying a random image (or control) on a userform?

You can use an ImageList control to hold multiple images on
a userform. See this post by Sébastien (#2) for a some more info...
http://makeashorterlink.com/?C56E120AC
--
Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware


"Jon" wrote in message
oups.com...
After some research...maybe I can place all of the card images onto the
userform and hide them, then if their number is drawn, I can set the
visible property back to True? Is that possible?