|
| ||||||||||
| Tags: cell, excel 2007, microsoft excel, picture |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| insert picture in excel 2007 based on cell reference
i searced this site and google for hours trying to figure this one out... spent time on this post:How to insert image or picture in excel 2007? my scenario is as follows: 1. Dump file comes from the server - contains employee # and name and some other misc information. 2. in column P i inserted a formula that takes the employee # and translates it into a website (where the pictures are located) 3. would like to see the picture in column A scalled and sized with the cell any help on this would be appreciated! thanks, Joe |
|
#2
| ||||
| ||||
| Re: insert picture in excel 2007 based on cell reference
Follow the below methods to do it:
|
|
#3
| |||
| |||
| Re: insert picture in excel 2007 based on cell reference
Hi Simond, thank you for your reply - but your answer is not exactly what i was looking for. i have a database of over 500 lines and would like the pictures to come up automatically. i have the image path e.g. http://location/pictures/10101.jpg located in column P. your suggestion makes the image pop up only with mouseover. it will not print properly (as far as i can tell by playing with it). if you have any suggestions it would be appreciated. thanks, Joe |
|
#4
| ||||
| ||||
| Re: insert picture in excel 2007 based on cell reference
Check the below comments: ActiveSheet.Shapes.AddPicture "C:\Documents and Settings\My Documents\My Pictures\Girl in Pool.jpg", True, True, Range("G13").Left, Range("G13").Top, 370, 470 This used to work for me in xl2003 and xl2007, however, MS's efforts with shapes in xl2007 are FUBAR and unworthy of them. Go back to xl2003 if you need to do much work with Shapes/Charts. Check out the "AddPicture" method in help for a definition of the arguments
__________________ Education, Career and Job Discussions |
|
#5
| |||
| |||
| Re: insert picture in excel 2007 based on cell reference
Einstein - How do i insert that code? |
|
#6
| |||
| |||
| Re: insert picture in excel 2007 based on cell reference
Einstein - i have figured out how to insert it properly. changing the size seems to work easily. not finding out how to insert it alighed to the top left of a cell (lets say A1) got any ideas? |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "insert picture in excel 2007 based on cell reference" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| automatically fit a picture on each cell of a column in MS-excel 2007 | shyra_grace | Windows Software | 1 | 10-04-2012 11:16 PM |
| Want some help to create cell reference in Microsoft Excel | LuniA | MS Office Support | 2 | 23-02-2012 06:23 PM |
| How to avoid cell reference changes after sorting in Excel | Wisaal | MS Office Support | 2 | 09-02-2012 06:23 PM |
| Cell Reference in Excel | kamina23 | Windows Software | 4 | 07-10-2009 11:53 PM |
| How to insert image or picture in excel 2007? | Abhiraj | Windows Software | 4 | 12-05-2009 06:13 PM |