Vlookup Bmp

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to integrate a vlookup command with a bmp. I have a bmp located
on my c: drive and I want to show this in cell B1. Ideally I want to copy
this formula down several cells as well. Am I close to getting the formula
below to work?

=IF(VLOOKUP(C4, PicTable, 2, FALSE)="State",activesheet.picture.insert
("C:\Documents and Settings\a-brjohn\State.bmp"),"")
 
Thank you for the link. Although this web site allow the user to change the
photo based upon a drop down menu I am having trouble figuring out how to
modify the pictures to my own photos as well as figuring out how to copy the
formula down several rows. Any help would be appreciated.
 
You have to add all your pictures to the worksheet. J.E. shows that in his
instructions.

Then the code hides/shows the pictures.

It works nicely if there's only one picture that should be visible.

You may want to post back with your real requirements if this isn't what you had
in mind.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top