View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ozgur Pars[_2_] Ozgur Pars[_2_] is offline
external usenet poster
 
Posts: 70
Default Using pictures in Userforms

Hi there,
until recently used Message Boxes to give the user information. However as
of right now I need to give more information and the upkeep in the current
format requires me to change the code so that the apearance is uniform.

I have tables in a seperate worksheet which I managed to turn into pictures.
I intend to load them on userforms which will pop-up after double-clicks.(The
tables will change dynamicly so copy and paste in the properties window of a
image won't work I guess)

My question is how do I load them from the worksheet into a Userform? Do I
need to export them first and then import them back? Or do I even need
Userforms in the first place can I display pictures in Msg Boxes?

Thank you,
Ozgur