Photo automation from one sheet to another sheet

kamaruddinjnv

Board Regular
Joined
Mar 14, 2014
Messages
56
ABC
1ROLL NONAMEIMAGE
21AKASH
32SAKHI
43MAHIMA
54ARJOO:p
65SAHIL

<tbody>
</tbody>

SHEET-2

ABC
1ARJOO4IMAGE OF ARJOO
2

<tbody>
</tbody>

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

Round to nearest half hour?
Use =MROUND(A2,"0:30") to round to nearest half hour. Use =CEILING(A2,"0:30") to round to next half hour.
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,215,480
Messages
6,125,053
Members
449,206
Latest member
Healthydogs

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