View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
paulma paulma is offline
external usenet poster
 
Posts: 2
Default Change picture according to cell content

I am trying to create an excel sheet where the program changes a picture on
the sheet depending on the contents of a particular cell.

For example if cell A1 contains "Cat" I want to display a cat somewhere else
on the sheet, if it contains "dog" I want to display a picture of a dog.

How would I go about doing this??? Would I need to use VBA and if so How??

Thanks in Advance

Paul Martin