View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Dave[_33_] Dave[_33_] is offline
external usenet poster
 
Posts: 3
Default Add pictures to UserForm at runtime

I've got three pictures inside my workbook. I want to load them into the
Picture property of a UserForm at runtime and cycle through them. Can I
avoid saving the pictures then loading them with LoadPicture?

I realise that this can be done before runtime using the steps @
http://j-walk.com/ss/excel/odd/odd19.htm but I'm wondering if it can be done
programmatically.

Cheers

Dave