View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Ron Coderre[_5_] Ron Coderre[_5_] is offline
external usenet poster
 
Posts: 91
Default Image changed based on vlookup function

The VBA solution provided by JE McGimpsey is the generally accepted best
approach:

http://www.mcgimpsey.com/excel/lookuppics.html

Does that help?

***********
Regards,
Ron

XL2002, WinXP-Pro


"Dave" wrote:

I'm wondering if this is possible...

I'm setting up a worksheet that uses a vlookup function to change a
particular value. That all works like a charm. The values all represent a
particular product, I would like the product image to change when the vlookup
is ran. I have all the images on a separate sheet.

Any help would be greatly appreciated.

Thanks!