Hi! My group's project is to program a game that requires matching the pictures in different cells (similar to Puzzle Craft). Our problem is inserting pictures within the cells, but when the picture is clicked, we want it to select the cell, and not the picture itself (because we need the cell to change color, and for other things, like determining which cells are highlighted, when programming the game).

We are also having trouble displaying a specific picture, depending on the number value within a cell. For instance, if cell B2 is "1", we want to show a picture of a banana within cell B2. If "2", an herb and if "3", a seed.

Our professor suggested conditional formatting, and we tried the technique in this thread: http://www.mrexcel.com/forum/excel-q...c-picture.html
However, when the picture is clicked, it selects the picture and not the cell.

Our professor then suggested using a User Form, which is referenced to the Sheet1; such that when a player selects a banana in the userform, the corresponding cell (B2) in Sheet1 is highlighted/selected.

What is the best approach to this? We are using Excel 2007.

Thank you very much!

-Kat