rdimbleby82
New Member
- Joined
- Jul 1, 2010
- Messages
- 6
I am not sure if this is possible hence my question.
I want to have an excel spreadsheet which will have a word i.e. Cow in Cell A1 and in Cell B1 I want to have a picture of a cow, and repeat this for any number of words and images.
Then I want to be able to randomly produce 3 of these images next to each other elsewhere within the spreadsheet i.e.
(I'd really like to apply a button to allow for the random picture generation to be done by an end user)
Merged Cells A173: E173 - Random Image 1
Merged Cells F173: J173 - Random Image 2
Merged Cells K173: O173 - Random Image 3
The problem is that obviously Excel won't place an image in a single cell so what I have done for Words below will not work
=VLOOKUP(INT(RAND() * MAX(Sheet1!A:A))+1,Sheet1!A1:D$1303, 4, FALSE)
I have found support via the following link but I know little of VBA code so am unable to see how to get it to work for me.
http://www.contextures.com/excelfiles.html
DV0049 - ClipArt Selection
I want to have an excel spreadsheet which will have a word i.e. Cow in Cell A1 and in Cell B1 I want to have a picture of a cow, and repeat this for any number of words and images.
Then I want to be able to randomly produce 3 of these images next to each other elsewhere within the spreadsheet i.e.
(I'd really like to apply a button to allow for the random picture generation to be done by an end user)
Merged Cells A173: E173 - Random Image 1
Merged Cells F173: J173 - Random Image 2
Merged Cells K173: O173 - Random Image 3
The problem is that obviously Excel won't place an image in a single cell so what I have done for Words below will not work
=VLOOKUP(INT(RAND() * MAX(Sheet1!A:A))+1,Sheet1!A1:D$1303, 4, FALSE)
I have found support via the following link but I know little of VBA code so am unable to see how to get it to work for me.
http://www.contextures.com/excelfiles.html
DV0049 - ClipArt Selection