Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I would like to use a dropdown list or a click box to add a specific picture
in my excel sheet. So for example it I choose car form the list and picture of a car appears and it I pick boat and picture of a boat appears. I know how to use and make dropdown lists and I know how to add pictures, but cant figure out how to combine these features. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
One way:
http://mcgimpsey.com/excel/lookuppics.html In article , s1ick wrote: I would like to use a dropdown list or a click box to add a specific picture in my excel sheet. So for example it I choose car form the list and picture of a car appears and it I pick boat and picture of a boat appears. I know how to use and make dropdown lists and I know how to add pictures, but cant figure out how to combine these features. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
hi
not sure if this will help you out or not. not sure if this is what you what but maybe, if nothing else, you can get some ideas..... http://www.mcgimpsey.com/excel/lookuppics.html regards FSt1 "s1ick" wrote: I would like to use a dropdown list or a click box to add a specific picture in my excel sheet. So for example it I choose car form the list and picture of a car appears and it I pick boat and picture of a boat appears. I know how to use and make dropdown lists and I know how to add pictures, but cant figure out how to combine these features. |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hello,
1- Without VBA -Assume products in column I and photo in column J -Create names range with avec Insert/Name/Define Product:=Offset($I$2,,,CountA($I:$I)-1) Photo:=Offset($J$2,,,CountA($I:$I)-1) Adr: =INDEX(Photo,Match($B$1,product,0)) -Select picture in B2: -In formula bar: =Adr -Valid with Enter http://cjoint.com/?brkZ1rtRRz 2 With VA http://cjoint.com/?brk0qEaJcJ JB http://boisgontierjacques.free.fr/ On 15 jan, 04:09, s1ick wrote: I would like to use a dropdown list or a click box to add a specific picture in my excel sheet. *So for example it I choose car form the list and picture of a car appears and it I pick boat and picture of a boat appears. *I know how to use and make dropdown lists and I know how to add pictures, but can’t figure out how to combine these features. * |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Drop down list dependant on previous drop down list | Excel Discussion (Misc queries) | |||
Drop down lists that auto create and then filter the next drop down list | Excel Worksheet Functions | |||
Drop Down List choice selecting another drop down list | Excel Worksheet Functions | |||
Drag and Drop Picture | Excel Discussion (Misc queries) | |||
multiple select from the drop down list in excel. list in one sheet and drop down in | Excel Discussion (Misc queries) |