aidan.heritage@virgin.net
Guest
Re: Insert picture when cell changes
I think I would PROBABLY have ALL the pictures in the cell, one on top
of another - and when the cell is changed set the size of all but one
of them to zero, the other can be set to the normal height/width
- for example - to set Picture2 to invisible
ActiveSheet.Shapes("Picture 2").Select
Selection.ShapeRange.Height = 0#
Selection.ShapeRange.Width = 0#
Rookie_User wrote:
> I have read a few posts that come close but maybe some expert can offer a
> more definitive solution here. I have a drop down list in cell A6, it is in
> the validation list of the cell. I have a variety of pictures that I would
> like to insert into that same worksheet when that cell is changed. There is
> one picture per value, but I need the picture to insert at the same spot.
> Any idea's?
>
>
> J
Bookmarks