With a small change I FINALY got this to work for my self. It may be opperator error but I changed Bill's MR. EXCEL code to this and got it to work:
Private Sub Worksheet_Change(ByVal Target As Range) If Target.Address = "$C$6" Then NewPic = "C:\aaa\pics\" & Range("c7").Value Target.Comment.Shape.Fill.UserPicture PictureFile:=NewPic End If
Mr Excel , Have Implemented the excel trick and it worked as shown . But when i close , got a pop-up to save as excel Macro enabled workbook . so i did save as Book.xlsm format.
when Opened , still i can see VB logic , all details , but picture does not change.
Please help me , do i need to take care of any other thing as part of trick.
hey Mr Excel.., am not getting words for how should i appreciate . Its awesome and thanks a ton for sharing these tricks. found these sessions , extremely helpful and customized as per my requirement and completed a small project on it .
Is the reason the second trick doesn't work in excel 2007 because you can't add a formula to the picture itself? I was doing this in excel 2010 for a while and only found out excel 2007 wouldn't do it when I tried to create a new sheet for a co-worker. I got stopped when trying to enter the formula into the picture. It wouldn't let me type anything in the formula bar with the pic selected. If I opened the 2010 version in 2007 it worked. I just couldn't create a new one from scratch.
EXTREEEEEEMMMMMLYYYYYYYYYY AWESOMEEE..... Thank you & mike to make the so nice one. Actually Ive come to learn mike's formula one but VB is also fun and added in my brain as a bonus item. Thanks again.
I was desperately looking for a means by which I could look up an image in excel. When all hope seemed lost I found your video. Many thanks for sharing your knowledge & hope to learn more from you.
I am continually getting a "cannot find specified file" message. I have checked my linking route over and over again and it seems to be written correctly. Do you have any tips I may be overlooking?
@ExcelIsFun When I try the Comment Box method I continually get a "Specified File Cannot be Found" message. I checked the path I gave it a hundred times but couldn't find anything wrong with it. The line highlighted when I go to debug is the "Target.Comment.Shape....". Do you have any tips for me that might help? You do awesome work and help me out a ton! Thanks a lot!
I personally love to deal with dynamic graphic in excel. I would have thought "Picture Link" would do this trick but it turned out my "Picture Link" idea didn't capture the image overlaying on the reference cell.
The "Excelisfun" version does the effect that I'm looking for. It is straight forward and easily re-apply without remember a VBA code. I think I can apply this trick to my future use :)
The "Mr. Excel" version looks simple in the surface but a little bit of VBA involved. I like how the image files are not "hard coded" in the excel file so the user could replaced the picture outside of excel and keep the .XLS file small. However, this technique required "Comment" and the reference cells are absolute in the VBA code. That limits the flexibility to move the picture around,
Overall, very clear tutorial for both Mr. Excel and Excelisfun. I really like this one A LOT!
I have tried it it works with VBA , But when I tried the formula method, I can't adjust the name range to use LOOKUPPICTURE i have even tried to write it by hand but it doesn't works while it works normally in your file.
My range name is sheet! and the cell name not the look up picture,
Hi , does this VBA worked , it worked for me exactly as shown . but when i closed it and opened again , picture does not change dynamically with the name.
what format does i need to save my file ?? please help
Have Implemented the excel trick and it worked as shown . But when i close , got a pop-up to save as excel Macro enabled workbook . so i did save as Book.xlsm format.
when Opened , still i can see VB logic , all details , but picture does not change.
Please help me , do i need to take care of any other thing as part of trick.
@Sherlock69Holmes , I am excelisfun, not Mr Excel. Mr Excel did the VBA. I am not so good with VBA. However, it should work in a workbook with the extension .xlsm
Microsoft made this way too hard! But to format a comment, you have to click on the outside edge - if the outside edge of the comment shows diagonal lines you cannot format the comment (or add picture) - if the outside edge of the comment shows dots you CAN format the comment.
If you watch that part again, I think you will see it!
With a small change I FINALY got this to work for my self. It may be opperator error but I changed Bill's MR. EXCEL code to this and got it to work:
Private Sub Worksheet_Change(ByVal Target As Range) If Target.Address = "$C$6" Then NewPic = "C:\aaa\pics\" & Range("c7").Value Target.Comment.Shape.Fill.UserPicture PictureFile:=NewPic End If
End Sub
RoderickFred 1 month ago
Mr Excel , Have Implemented the excel trick and it worked as shown . But when i close , got a pop-up to save as excel Macro enabled workbook . so i did save as Book.xlsm format.
when Opened , still i can see VB logic , all details , but picture does not change.
Please help me , do i need to take care of any other thing as part of trick.
Sherlock69Holmes 2 months ago
hey Mr Excel.., am not getting words for how should i appreciate . Its awesome and thanks a ton for sharing these tricks. found these sessions , extremely helpful and customized as per my requirement and completed a small project on it .
Thanks Again Mr Excel
Sherlock69Holmes 2 months ago
@Sherlock69Holmes , you are welcome!
ExcelIsFun 2 months ago
Is the reason the second trick doesn't work in excel 2007 because you can't add a formula to the picture itself? I was doing this in excel 2010 for a while and only found out excel 2007 wouldn't do it when I tried to create a new sheet for a co-worker. I got stopped when trying to enter the formula into the picture. It wouldn't let me type anything in the formula bar with the pic selected. If I opened the 2010 version in 2007 it worked. I just couldn't create a new one from scratch.
tomboi1978 3 months ago
I found a link to this by doing a google lookup using this as the lookup value: mrexcelexcelisfuntrick42 filetype:xls
larrym14 3 months ago
@larrym14 , that is amazing! However, I thought Google stopped supporting GoogleLookup as of nov 2011...
ExcelIsFun 3 months ago
EXTREEEEEEMMMMMLYYYYYYYYYY AWESOMEEE..... Thank you & mike to make the so nice one. Actually Ive come to learn mike's formula one but VB is also fun and added in my brain as a bonus item. Thanks again.
dsnhira 7 months ago
You are welcome!
ExcelIsFun 7 months ago
@ExcelIsFun I cannot get this to work in excel 2007. I did it exactly as you, description changes in cell c7, but picture does not change
reddcannon 7 months ago
Hi, first i want to thank you for excellent video, i learned a lot from your videos, but i didn't understand well some moments from your video.
1.You pasted a long command in in sheet 1, which i didn't recognize from where? it confused me. can you explain me that moment???
2. Does NewPic command exist in Excel??? it also confuses me ((
i hope my questions are clear to understand
waiting for reply
thanks in advance
nso555 9 months ago
do not know how to help you with VBA. Try e-mailing Bill at:
pub at mrexcel[dot]com
Bill Mr Excel Jelen is the guy who did the VBA in the video.
ExcelIsFun 9 months ago
Comment removed
sharahoff 9 months ago
I do not know how to help you with VBA. Try e-mailing Bill at:
pub at mrexcel[dot]com
Bill Mr Excel Jelen is the guy who did the VBA in the video.
ExcelIsFun 9 months ago
I was desperately looking for a means by which I could look up an image in excel. When all hope seemed lost I found your video. Many thanks for sharing your knowledge & hope to learn more from you.
12345thatsit 10 months ago
I am glad the video helped!!
ExcelIsFun 10 months ago
thanks , it's helpful
karzuda 10 months ago
I am glad that it helped!
ExcelIsFun 10 months ago
I am continually getting a "cannot find specified file" message. I have checked my linking route over and over again and it seems to be written correctly. Do you have any tips I may be overlooking?
MizzouAP 11 months ago
Thanks. Helped a ton. (used comments in Excel 2007)
eddanek 1 year ago
I am glad that it helped!
ExcelIsFun 1 year ago
@ExcelIsFun When I try the Comment Box method I continually get a "Specified File Cannot be Found" message. I checked the path I gave it a hundred times but couldn't find anything wrong with it. The line highlighted when I go to debug is the "Target.Comment.Shape....". Do you have any tips for me that might help? You do awesome work and help me out a ton! Thanks a lot!
MizzouAP 11 months ago
I do not know how to help you with VBA. Try e-mailing Bill at:
pub at mrexcel[dot]com
Bill Mr Excel Jelen is the guy who did the VBA in the video.
ExcelIsFun 11 months ago
I like this video. I find it very useful!
RaJz92 1 year ago
I am glad that it is helpful!
ExcelIsFun 1 year ago
Super
Nandy1986ify 1 year ago
I am glad that you liked it!
ExcelIsFun 1 year ago
Hi, i really love this, it does help a lot.
Nandy1986ify 1 year ago
This has been flagged as spam show
Hi, i really love this, it does help a lot.
Nandy1986ify 1 year ago
This has been flagged as spam show
Hi, i really love this, it does help a lot.
Nandy1986ify 1 year ago
Super
Nandy1986ify 1 year ago
I am glad that you like it!
ExcelIsFun 1 year ago
Fantastic Excel trick here.
I personally love to deal with dynamic graphic in excel. I would have thought "Picture Link" would do this trick but it turned out my "Picture Link" idea didn't capture the image overlaying on the reference cell.
The "Excelisfun" version does the effect that I'm looking for. It is straight forward and easily re-apply without remember a VBA code. I think I can apply this trick to my future use :)
kelch12 2 years ago
The "Mr. Excel" version looks simple in the surface but a little bit of VBA involved. I like how the image files are not "hard coded" in the excel file so the user could replaced the picture outside of excel and keep the .XLS file small. However, this technique required "Comment" and the reference cells are absolute in the VBA code. That limits the flexibility to move the picture around,
Overall, very clear tutorial for both Mr. Excel and Excelisfun. I really like this one A LOT!
kelch12 2 years ago
EXCELlent!!!!
ExcelIsFun 2 years ago
this is great pod cast! love you guys!
hyunnh 2 years ago
Thanks!
ExcelIsFun 2 years ago
Dear Sir
I have tried it it works with VBA , But when I tried the formula method, I can't adjust the name range to use LOOKUPPICTURE i have even tried to write it by hand but it doesn't works while it works normally in your file.
My range name is sheet! and the cell name not the look up picture,
Can you help me to know what is my mistake?
Thanks in advance
farouk450 2 years ago
I don't know how to help. I would try it again in a new file and do the steps just as you see in the video.
ExcelIsFun 2 years ago
I have only one mysterious thing , if you open the name manager in your file your will find the range starts with lookuppicture
But when I used the Creat name from selection , my range starts with sheet
farouk450 2 years ago
I do not understand your question. Can you re-state it?
ExcelIsFun 2 years ago
I saw your video. You just need to name your sheet. Your sheet name is Shaeet1, my sheet name is LookupPicture.
That should do it!
ExcelIsFun 2 years ago
BINGO..........
I did it
Thanks Thanks Thanks
It is great
farouk450 2 years ago
EXCELlent!!!!!
ExcelIsFun 2 years ago
@farouk450
Hi , does this VBA worked , it worked for me exactly as shown . but when i closed it and opened again , picture does not change dynamically with the name.
what format does i need to save my file ?? please help
Sherlock69Holmes 2 months ago
This has been flagged as spam show
@farouk450
Have Implemented the excel trick and it worked as shown . But when i close , got a pop-up to save as excel Macro enabled workbook . so i did save as Book.xlsm format.
when Opened , still i can see VB logic , all details , but picture does not change.
Please help me , do i need to take care of any other thing as part of trick.
Sherlock69Holmes 2 months ago
@Sherlock69Holmes , I am excelisfun, not Mr Excel. Mr Excel did the VBA. I am not so good with VBA. However, it should work in a workbook with the extension .xlsm
ExcelIsFun 2 months ago
Awesome. Is it MS Excel or MS Access
LotfyKozman 2 years ago
Excel.
ExcelIsFun 2 years ago
killing awesome............
harmeet1421 2 years ago
Yes!!!!
ExcelIsFun 2 years ago
i mean u guys r awesome........... :)
harmeet1421 2 years ago
Thanks!
ExcelIsFun 2 years ago
this is a cool trick..
thegreatmonster 2 years ago
I agree! Thanks to Excel Net Tips and Mr Excel!!
ExcelIsFun 2 years ago
Too fast! Format Comment - What's the dots/diagonal lines thing - I can't see what you did nor find whatever it was.
robzrob 2 years ago
Microsoft made this way too hard! But to format a comment, you have to click on the outside edge - if the outside edge of the comment shows diagonal lines you cannot format the comment (or add picture) - if the outside edge of the comment shows dots you CAN format the comment.
If you watch that part again, I think you will see it!
--excelisfun
ExcelIsFun 2 years ago
@robzrob u hav option oh pausing the video........dont u
harmeet1421 2 years ago
I did, but still couldn't work it out!! But Mr E helped and I've got it now :)
robzrob 2 years ago
gud......isnt mr excel rock..... :)
harmeet1421 2 years ago
Pure joy!
robzrob 2 years ago