View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jon[_22_] Jon[_22_] is offline
external usenet poster
 
Posts: 7
Default Displaying a random image (or control) on a userform?

Is it possible to display a random image on a userform when a command
button is clicked?

I'm trying to create a black jack game where a user can click a "Deal"
button on a userform and it will display images of random cards (on the
same form).

I'm still learning VBA, so I don't even know if this can be done.

Any help would be appreciated. Thanks.