See John McGimpsey's site for a sample workbook that shows how to display an
image using embedded pictures and a lookup table with choices based on a Data
Validation dropdown menu.
http://www.mcgimpsey.com/excel/lookuppics.html
Another good source for this would be a sample workbook by Bernie Dietrick.
http://www.contextures.on.ca/excelfiles.html#DataVal
DV0049 - ClipArt Selection -- Select a clipart item from a data validation
dropdown list, and that picture appears in the adjacent cell. Uses
Worksheet_Calculate event code. Excel template from Bernie Deitrick.
ClipArtEvent.zip 30kb 03-Jun-07
Gord
On Sun, 27 Jun 2010 18:05:43 -0400, "LAS" <(E-Mail Removed)> wrote:
>I have a spreadsheet of flowers in my garden. Flower names for each row.
>Various attributes for the columns. I would like to associate a picture
>with each flower. Ideally a thumbnail would be visible in a cell. If not
>that, then a way to display the image.
>
>"Gord Dibben" <(E-Mail Removed)> wrote in message
>news:(E-Mail Removed)...
>> You can hyperlink a cell to an image stored elsewhere or to an image
>> stored
>> within the workbook.
>>
>> How you do it depends upon the purpose of the linking and the ultimate
>> results
>> you are looking for.
>>
>>
>> Gord Dibben MS Excel MVP
>>
>>
>> On Fri, 25 Jun 2010 17:26:13 -0400, "LAS" <(E-Mail Removed)> wrote:
>>
>>>I would like to connect pictures to cells on a spreadsheet. Ideally, I'd
>>>like to connect more than one to a cell. Or to its row. That would work
>>>OK
>>>also.
>>>
>>>Can I do it?
>>>
>>>TIA
>>>LAS
>>>
>