Photo automation from one sheet to another sheet

kamaruddinjnv

Board Regular
Joined
Mar 14, 2014
Messages
56
[TABLE="class: outer_border, width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]ROLL NO[/TD]
[TD]NAME[/TD]
[TD]IMAGE[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]1[/TD]
[TD]AKASH[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]2[/TD]
[TD]SAKHI[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]3[/TD]
[TD]MAHIMA[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]4[/TD]
[TD]ARJOO[/TD]
[TD]:nya:[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]5[/TD]
[TD]SAHIL[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]

SHEET-2

[TABLE="class: outer_border, width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]ARJOO[/TD]
[TD]4[/TD]
[TD]IMAGE OF ARJOO[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]

I WANT TO AUTOMATICALLY INSERT IMAGE ON SHEET-2 IN C-1 FROM SHEET-1 COLUMN -C . SHEET-2, B-1 ROLL NO IS CHANGABE. I TRIED IT BY USING INDEXAND MATCH FORMULA VIA NAME MANAGER ( LIKE THIS-=INDEX(Sheet1!$B$2:$B$5,MATCH(Sheet1!$D$2,Sheet1!$A$2:$A$5,0)). IT WORKS FOR SHOWING ONLY. WHEN I GO TO PRINT PREVIEW OR PRINT ITS NOT PROPERLY PRINT. HALF IMAGE CAME FROM ROLL NO UP AND HALF IMAGE PRINT ROLL NO DOWN.
IS ANY VBA CODE FOR THIS OR ANY OTHER FORMULA EXCLUDING INDEX AND MATCH FUNCTION IN NAME MANAGER.

WAITING FOR HELP.

THANKS IN ADAVANCE.
 
Last edited:

Excel Facts

Spell Check in Excel
Press F7 to start spell check in Excel. Be careful, by default, Excel does not check Capitalized Werds (whoops)
Images are stored on another layer. They don't belong to any cells. I wonder why your formula even works.
 
Upvote 0
i don't think you can store images on a cell, I know its there but it's not residing to any cell. You can however insert a comment on a cell and format it to picture (image). now you can copy and paste the same comment(image) to another cell.
 
Last edited:
Upvote 0

Forum statistics

Threads
1,223,896
Messages
6,175,264
Members
452,627
Latest member
KitkatToby

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top