Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Embeded picture in Excel

I would like to embed a picture into a cell in Excel, so I can put a function
in a different cell and have it appear there. For example, if I were to
embed the picture in cell A1 in cell F43 I could type =A1 and the embeded
picture would appear in cell F43. If I copy and past the picture or insert
it through the image menu it just floats over the cell. I've read about
inserting it as a comment or a hyperlink, but that is not what I'm looking
for. I'm don't want to mouse-over or click on anything, I just want the
picture to be there. Any suggestions?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default Embeded picture in Excel

Pictures cannot be embedded in a cell and referenced by a formula like =A1

See John McGimpsey's site for one method using 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 Wed, 27 May 2009 18:46:06 -0700, Hintzcm
wrote:

I would like to embed a picture into a cell in Excel, so I can put a function
in a different cell and have it appear there. For example, if I were to
embed the picture in cell A1 in cell F43 I could type =A1 and the embeded
picture would appear in cell F43. If I copy and past the picture or insert
it through the image menu it just floats over the cell. I've read about
inserting it as a comment or a hyperlink, but that is not what I'm looking
for. I'm don't want to mouse-over or click on anything, I just want the
picture to be there. Any suggestions?


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Jim Jim is offline
external usenet poster
 
Posts: 615
Default Embeded picture in Excel

Gord,

I've the John McGimpsey method. I've downloaded his sample sheet, played
with it, added more photos and names in the range and everything works.

However when I copy the exact source code (changed the range to the cell
where I want the photo) over to the sheet I need this function to work, it
does not. Instead of displaying the named picture, it displays the picture
name 'Picture 1' in the destination cell.

VBA is over my head, any help?

Thanks much in advance.

JIM

"Gord Dibben" wrote:

Pictures cannot be embedded in a cell and referenced by a formula like =A1

See John McGimpsey's site for one method using 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 Wed, 27 May 2009 18:46:06 -0700, Hintzcm
wrote:

I would like to embed a picture into a cell in Excel, so I can put a function
in a different cell and have it appear there. For example, if I were to
embed the picture in cell A1 in cell F43 I could type =A1 and the embeded
picture would appear in cell F43. If I copy and past the picture or insert
it through the image menu it just floats over the cell. I've read about
inserting it as a comment or a hyperlink, but that is not what I'm looking
for. I'm don't want to mouse-over or click on anything, I just want the
picture to be there. Any suggestions?



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default Embeded picture in Excel

You copied the event code to another sheet but did you also copy the range
names and pictures to the other sheet?

John's code as written requires the pictures to be on the same sheet.

Also the range name PicTable must be defined properly for the list of
picture names associated with Picture1 through Picture??


Gord

On Thu, 23 Jul 2009 02:38:01 -0700, Jim
wrote:

Gord,

I've the John McGimpsey method. I've downloaded his sample sheet, played
with it, added more photos and names in the range and everything works.

However when I copy the exact source code (changed the range to the cell
where I want the photo) over to the sheet I need this function to work, it
does not. Instead of displaying the named picture, it displays the picture
name 'Picture 1' in the destination cell.

VBA is over my head, any help?

Thanks much in advance.

JIM

"Gord Dibben" wrote:

Pictures cannot be embedded in a cell and referenced by a formula like =A1

See John McGimpsey's site for one method using 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 Wed, 27 May 2009 18:46:06 -0700, Hintzcm
wrote:

I would like to embed a picture into a cell in Excel, so I can put a function
in a different cell and have it appear there. For example, if I were to
embed the picture in cell A1 in cell F43 I could type =A1 and the embeded
picture would appear in cell F43. If I copy and past the picture or insert
it through the image menu it just floats over the cell. I've read about
inserting it as a comment or a hyperlink, but that is not what I'm looking
for. I'm don't want to mouse-over or click on anything, I just want the
picture to be there. Any suggestions?




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I corp Acad drawings that are embeded into Excel 2007 Tim Excel Discussion (Misc queries) 0 March 24th 09 05:29 PM
Parent of the embeded excel ARHangel Excel Discussion (Misc queries) 1 May 10th 07 11:19 AM
Setting properties for Embeded Excel in HTML excelnewbieian Excel Discussion (Misc queries) 0 August 11th 06 04:16 PM
Embeded Excel File gridlines? dlw Excel Discussion (Misc queries) 2 July 20th 05 08:42 PM
Displaying Linked and Embeded Objects in Excel kearndog_13 Excel Discussion (Misc queries) 0 May 31st 05 08:22 AM


All times are GMT +1. The time now is 03:46 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"