Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Can you use the IF formula to insert a jpg?
-- ForeverH :) |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Only by using VBA
See John McGimpsey's site for one method suing Event code, Data Validation and VLOOKUP formula. http://www.mcgimpsey.com/excel/lookuppics.html OR go to Debra Dalgeish's site for a sample workbook from Bernie Dietrick for adding pictures to selections. Alows for more than one picture(or same picture multiple times) to be displayed based upon a value or item chosen from DV lists http://www.contextures.on.ca/excelfiles.html#DataVal DV0049 - ClipArt Selection Edit the code to suit. Gord Dibben MS Excel MVP On Fri, 14 Nov 2008 17:02:01 -0800, ForeverH wrote: Can you use the IF formula to insert a jpg? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
do i have to have all the pics on this worksheet - or can i have them on
another? this is a bit above me - how do i write the code ( i know how to view it, but not how to enter one) -- ForeverH :) "Gord Dibben" wrote: Only by using VBA See John McGimpsey's site for one method suing Event code, Data Validation and VLOOKUP formula. http://www.mcgimpsey.com/excel/lookuppics.html OR go to Debra Dalgeish's site for a sample workbook from Bernie Dietrick for adding pictures to selections. Alows for more than one picture(or same picture multiple times) to be displayed based upon a value or item chosen from DV lists http://www.contextures.on.ca/excelfiles.html#DataVal DV0049 - ClipArt Selection Edit the code to suit. Gord Dibben MS Excel MVP On Fri, 14 Nov 2008 17:02:01 -0800, ForeverH wrote: Can you use the IF formula to insert a jpg? |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
Functions, all of Excel's built-in functions do not make active changes to the user interface. Functions are designed to make calculation and return the results of those calculations to the spreadsheet. This is also true for custom VBA functions. Cheers, Shane Devenshire "ForeverH" wrote: Can you use the IF formula to insert a jpg? -- ForeverH :) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Insert picture from file (Need VBA help) | Excel Discussion (Misc queries) | |||
Can I insert a link to picture that refreshes when image file cha | Excel Discussion (Misc queries) | |||
how can you insert a picture in a protected excel file | Excel Worksheet Functions | |||
insert picture from file based on cel value/content | Excel Worksheet Functions | |||
How can I insert a picture from file while worksheet is protected | Excel Discussion (Misc queries) |