Ho to create an Image Control?

  • Thread starter Thread starter HomeyDaClown
  • Start date Start date
H

HomeyDaClown

I am wondering how to create an Image controll to load a picture.
I'm new to VBA and need a little help with this.

Thanks to everyone
 
How about just recording a macro when you do it once.

And is there a reason you're not just inserting a picture?
 
Dave said:
How about just recording a macro when you do it once.

And is there a reason you're not just inserting a picture?



Hi Dave,
I'm trying to get a splash screen to display a picture. I do not se
any controls to just insert. I have the splash screen working fin
but it is missing the picture I would like to display. I have read
need to have an Image control to do this.

Thanks for the help!
Home
 
If you do the splash with a Userform (and you should) then it has both an
image control available, and also itself a "picture" property, so you can
set the image as its background picture directly.

See http://j-walk.com/ss/excel/tips/tip39.htm on the userform technique.

--
HTH. Best wishes Harald
Followup to newsgroup only please

HomeyDaClown said:
Dave said:
How about just recording a macro when you do it once.

And is there a reason you're not just inserting a picture?



Hi Dave,
I'm trying to get a splash screen to display a picture. I do not see
any controls to just insert. I have the splash screen working fine
but it is missing the picture I would like to display. I have read I
need to have an Image control to do this.

Thanks for the help!
Homey

 
Back
Top