How To Insert Multiple Pictures at Once In Excel│एक से ज्यादा फोटो कैसे इन्सर्ट करे एक्सल में।

  Рет қаралды 120,694

ComTutor

ComTutor

Күн бұрын

This video is about How To Insert Multiple Pictures At Once In Excel? or you can say Insert multiple pictures into Excel with VBA code.
Insert multiple pictures in Excel at once, how to insert multiple photos in excel
Excel-VBA : Insert Multiple Images from a Folder to Excel Cells
The Insert Pictures add-in takes multiple images of your choice and fits them into separate cells. You decide how many pictures to insert and where to insert them - in a column or row. Also, you choose what size the images should be: pictures adjusted to cells, cells resized to accommodate images or any specific size that you set.
It is easy for us to insert one picture into Excel, but if you need to insert multiple pictures at once so that can save much time, how could you do?
Say you have many images in a folder and you want to insert all these images in your excel work book, one image in one cell. You can do it manually, insert and resize the image and drag it to the particular cell, but think of a scenario where you have more than 100 images or may be more. I am sure you don’t want to do it manually. IF you are looking for solutions for problems like this, this is the tutorial for you.
This tutorial will teach you about how to insert multiple images from a folder into your excel.
With the following VBA code, you can insert multiple pictures into Excel file cell by cell.
1. Select a range that you want to insert pictures.
2. Hold down the ALT + F11 keys, and it opens the Microsoft Visual Basic for Applications window.
3. Click Insert - Module, and paste the following macro in the Module Window.
====@@@Click Below Link to Download Multiple Photo VBA@@@====
Link 1: drive.google.c...
Link 2: mega.nz/file/e...
======================================================
Sub InsertPictures()
Dim PicList() As Variant
Dim PicFormat As String
Dim Rng As Range
Dim sShape As Shape
On Error Resume Next
PicList = Application.GetOpenFilename(PicFormat, MultiSelect:=True)
xColIndex = Application.ActiveCell.Column
If IsArray(PicList) Then
xRowIndex = Application.ActiveCell.Row
For lLoop = LBound(PicList) To UBound(PicList)
Set Rng = Cells(xRowIndex, xColIndex)
Set sShape = ActiveSheet.Shapes.AddPicture(PicList(lLoop), msoFalse, msoCTrue, Rng.Left, Rng.Top, Rng.Width, Rng.Height)
xRowIndex = xRowIndex + 1
Next
End If
End Sub
======================================================
4. Then press the F5 key to run this code, and select the folder which contains the pictures that you want to insert. Then specify the pictures as you need. And click the Open button.
5. And all the selected pictures have been imported into your selection based on the cell size.
This is the video to insert multiple pictures into excel with VBA code
LIKE | COMMENT | SHARE | SUBSCRIBE
अगर आप को यह विडियो पसंद आया तो कृपया लाइक करें और अगर आप कुछ कहना या पूछना चाहते है तो कृपया नीचे दिए गए कमेंट बॉक्स में लिखें !
ComTutor हिन्दी युटूब चैनल है जो आपको इन्टरनेट, कम्प्यूटर, मोबाईल और नयी टेकनालाजी के बारे में हिन्दी में जानकारी देता है।
आप हमारे चैनल को Subscribe करे।
/ @comtutor
फेसबुक पर पसंद करने के लिए क्लिक करें
/ comtutor4u
ट्विटर पर फॉलो करने के लिए क्लिक करे
/ comtutor4u

Пікірлер: 290
@sonigajanand
@sonigajanand 3 жыл бұрын
Bhaut hi shandar ese trik wastav me interest jagate hai sikhne me
@9821399236
@9821399236 3 жыл бұрын
Superb superb superb sir...lot lot lot thanks for you.....God blesses you in your entire life.... Lots of thanks t
@ComTutor
@ComTutor 3 жыл бұрын
Thanks for lots of blessings, i will share my knowledge like this, in return please share this video and do like and subscribe us.🙏
@nehapande1321
@nehapande1321 8 ай бұрын
Thank you so much for this!!! Had to make an excel of 2000+ candidates with their photos as well. This helped me a lot!! 🙏🙏🙏🙏🙏🙏
@nayabkazi
@nayabkazi 10 ай бұрын
Thank you for the VBA coding it help us a lot, just a quick question how we can add vertical and horizontal sheet column photos, is any way to add photos vertical and horizontal in columns. Thank you
@hpkhan7613
@hpkhan7613 3 жыл бұрын
Very Smart Trick & Thanks
@ComTutor
@ComTutor 3 жыл бұрын
Thanks
@arpanabani4302
@arpanabani4302 2 жыл бұрын
please please make a video on what is .csv file and how to upload products through .csv file on pintrest..
@rajeshrajbabu123
@rajeshrajbabu123 6 ай бұрын
Thank you for simply the issue I have one query can we insert multiple image with image name in another column if so please help
@brandoncomfort2494
@brandoncomfort2494 6 ай бұрын
Great ! but how can insert selected images by name or by code name in selected cells. thanks
@rv.prabhudankashyp8491
@rv.prabhudankashyp8491 3 жыл бұрын
👌1👌
@ComTutor
@ComTutor 3 жыл бұрын
Thanks
@senthilrajan8100
@senthilrajan8100 3 жыл бұрын
Its Working. Thanks you so much.
@amarsonkar8772
@amarsonkar8772 Жыл бұрын
Thanku so much sir aapne Mera pura time bacha diya
@prahalladjena1634
@prahalladjena1634 2 жыл бұрын
Excellent, i want to know how to do in Google sheets
@shyamsunderpandey5702
@shyamsunderpandey5702 6 жыл бұрын
Very easy tarike se VBA sikhaie guruji. Thanks. Radhe Krishna.
@ComTutor
@ComTutor 6 жыл бұрын
okay now i'll start it
@gajendrasingh9486
@gajendrasingh9486 Жыл бұрын
Very helpful...can u make video for vba for email with pic image
@wasimraza2303
@wasimraza2303 2 жыл бұрын
Supper well done 👍 perfectly working fine thank you 😊
@ComTutor
@ComTutor 2 жыл бұрын
thanks
@dhirukdhmake7997
@dhirukdhmake7997 2 жыл бұрын
Thqnkx bro for providing valuable information
@patelazaz9527
@patelazaz9527 2 жыл бұрын
Thank you thank you thank you sir you are so Awesome this trick is Amazing. it's working.
@trincoboys5860
@trincoboys5860 2 жыл бұрын
Hi sir How to export picture from excel to desktop folders please make video
@ashwinverma1829
@ashwinverma1829 2 жыл бұрын
Sir I want to insert images in two columns, as u did in one colomn, can you please explain the process for that
@ComTutor
@ComTutor 2 жыл бұрын
Create 2 folder for 2 column and asperated all images for column 1 and 2 in respective folders. then 1 by 1 apply this video trick by selecting folder 1 for 1st column and folder 2 for 2nd column. Your desire work will be done in 2 steps.
@eliezergill6919
@eliezergill6919 2 жыл бұрын
God bless you bro..Thanks for sharing
@dreamlandtechnologylimited7576
@dreamlandtechnologylimited7576 3 жыл бұрын
This video was very helpfull.
@ComTutor
@ComTutor 3 жыл бұрын
Thanks
@HODPhysicsGLDMGDCHiranagar
@HODPhysicsGLDMGDCHiranagar Жыл бұрын
Thanks a lot for this informative vedio and sharing the VBA code👍👍✌
@amrashoecompany2410
@amrashoecompany2410 2 ай бұрын
Sir will it work in MacBook ?
@rimmixhaid
@rimmixhaid 6 ай бұрын
amazing trick thank you so much. God bless you
@FORYOU-wb1rx
@FORYOU-wb1rx 4 жыл бұрын
Great
@gauravsagar301
@gauravsagar301 Жыл бұрын
Thanks for a great solution.
@dawnsil
@dawnsil 4 жыл бұрын
Dhnyawad bhai, mujhe bhi 90 fotos add krni thi, kaam jldi hogya is tarikey se
@swatijain1616
@swatijain1616 Жыл бұрын
AMAZING VIDEO.. JUST CHECK THAT DEVELOPER TAB IS ON
@trincoboys5860
@trincoboys5860 3 жыл бұрын
Yes can insert but how to auto resize and fix to the cells all photos pls help me
@puneetvij8433
@puneetvij8433 6 жыл бұрын
Govind Sir, देर आए मगर दुरूस्त आए | यह मेरी query थी, बहुत बड़िया solution दिया है, thanks! ; )
@ComTutor
@ComTutor 6 жыл бұрын
thanks, Puneet agar aap ye comment pehle kar dete to maybe mei pehle hi video bna deta.
@VijaySharma-lo7ix
@VijaySharma-lo7ix 5 жыл бұрын
Govind how I can I download VBA code
@NareshKumar-fr3xz
@NareshKumar-fr3xz 17 күн бұрын
Very Nice, but jab photo ko print karte h to vo dhire dhire photo apni jagah niche hoti jati h..... Dusre column tak pahuch jati h.... Esa kya kare ki photo apne column me hi rahe....
@vedantsharma5936
@vedantsharma5936 6 жыл бұрын
Shandar video 👌
@ComTutor
@ComTutor 6 жыл бұрын
thanks Vedant
@abhinavnishad7819
@abhinavnishad7819 2 жыл бұрын
Thanks 🙏🙏
@sultanmahmud6176
@sultanmahmud6176 5 жыл бұрын
Many many thanks bro.its awesome u saved my 6 hours .just inserted a lot of pic by this trick.
@ComTutor
@ComTutor 3 жыл бұрын
Thanks
@mastermyndgoa
@mastermyndgoa 3 жыл бұрын
Sir it's great trick, can u share location of ur vba code
@ComTutor
@ComTutor 3 жыл бұрын
Thanks bro, but i have already shared Vba in video description
@rameshsahil3486
@rameshsahil3486 3 жыл бұрын
This video Helped me a Lot..
@ComTutor
@ComTutor 3 жыл бұрын
Thanks 👍
@manaskumardas1683
@manaskumardas1683 4 жыл бұрын
Thanks, this VBA code really helpful. I am expecting more video related to multiple insert like name wise insert.
@ComTutor
@ComTutor 3 жыл бұрын
Will try to make video on this topic
@parveenkoli4054
@parveenkoli4054 6 ай бұрын
Thank you sir apne ganto ka kaam second me kara dia thank you
@santosh9555
@santosh9555 2 жыл бұрын
VERY GOOD INITIATION SIR.......THANKS AND BLESS YOU..
@ComTutor
@ComTutor 2 жыл бұрын
Thank you sir
@oonjanaadhikari2685
@oonjanaadhikari2685 2 жыл бұрын
after pressing F5 I couldn't find that screen as yours. plz help me out
@MrTechi1984
@MrTechi1984 Жыл бұрын
How can insert multiple photos in name wise? Please suggest.
@sariyamehakvoice2648
@sariyamehakvoice2648 4 жыл бұрын
Super
@flyingvikash56
@flyingvikash56 7 ай бұрын
Thanks
@funshun215
@funshun215 Жыл бұрын
thanku man its helpful
@ComTutor
@ComTutor Жыл бұрын
thanks
@sandipthakare9296
@sandipthakare9296 2 ай бұрын
Thank u bhai
@newcreator1024
@newcreator1024 Жыл бұрын
How to add same picture in entire work book plz help🙏🏻
@umamaheswari.b5289
@umamaheswari.b5289 3 жыл бұрын
Thank you Brother
@ComTutor
@ComTutor 3 жыл бұрын
Thanks
@ghazanfarabbas3141
@ghazanfarabbas3141 3 жыл бұрын
Hello sir mery pas 1 csv ki file ha or 60k images hain csv ki file Id k sath images ki I'd ko ley k ana chahta hn please help me
@pratshuk
@pratshuk 3 ай бұрын
Thanks 🙏 a lot its wonderful
@anzarsaeed1171
@anzarsaeed1171 11 ай бұрын
Hi thanks a lot for sharing it ..
@yasirjamal8019
@yasirjamal8019 2 жыл бұрын
Keep up the good work. U r a time saver.
@ComTutor
@ComTutor 2 жыл бұрын
Thanks bro
@shrikanttumdam7476
@shrikanttumdam7476 Жыл бұрын
Thanks you sir for this VBA ..but I need one more help. This photo aslo resize into 4 x 6 ratio without setting the excel cell size.. I want to set all pic in standerd size given by me..
@shrikanttumdam4001
@shrikanttumdam4001 Жыл бұрын
Please help us
@SaviorVlogs
@SaviorVlogs 2 жыл бұрын
Nice work.. it helped me lot
@ManojKumar-gt5tw
@ManojKumar-gt5tw 4 жыл бұрын
Thanks! great i am waiting for such type of tricks. Can you give such type of micro/ trick that, In excel i already have photo no. in a column in respect to this photo no. i want to insert only those photo with match to photo name.
@JOBIN2190
@JOBIN2190 Жыл бұрын
Great, thank you
@shraddhamaurya6539
@shraddhamaurya6539 5 ай бұрын
Thank you so much ....😊 you saved my time
@Memes-Master
@Memes-Master 2 ай бұрын
Woh link file send kar doh mushe bhai
@lokeshmehta5026
@lokeshmehta5026 2 жыл бұрын
Thank you
@ComTutor
@ComTutor 2 жыл бұрын
You're welcome
@wisdom6055
@wisdom6055 3 жыл бұрын
Bhai muje ek cell me pic ke multiple name dalne.. hai kise kru...?? For my website
@oneopportunity9593
@oneopportunity9593 4 жыл бұрын
Thanks brother it is very helpful
@chayanize
@chayanize Жыл бұрын
how can i use this in macbook ?
@deeptis174
@deeptis174 2 жыл бұрын
Thanks very helpful
@ComTutor
@ComTutor 2 жыл бұрын
Glad to hear that!
@ManojKumar-zd1uz
@ManojKumar-zd1uz 5 жыл бұрын
bhai tum genious ho aur apka link perfectly kam kiya...thank you so much.
@ComTutor
@ComTutor 3 жыл бұрын
Thanks
@rehmanata6612
@rehmanata6612 2 жыл бұрын
Does it work in excel 2013
@ComTutor
@ComTutor 2 жыл бұрын
yes will work in all version
@ranigunjimpex9442
@ranigunjimpex9442 Жыл бұрын
thanks alot
@ComTutor
@ComTutor Жыл бұрын
Welcome
@funwithsid1330
@funwithsid1330 Жыл бұрын
Thank you bhai
@ComTutor
@ComTutor Жыл бұрын
welcome
@ritudhwaj4470
@ritudhwaj4470 3 ай бұрын
Lovu brother
@sagarsahare3054
@sagarsahare3054 Жыл бұрын
SIR, VERY NICE...
@rv.prabhudankashyp8491
@rv.prabhudankashyp8491 3 жыл бұрын
Thanks a lot 👌
@ComTutor
@ComTutor 3 жыл бұрын
Thank you
@pramodsutar9995
@pramodsutar9995 3 жыл бұрын
Awesome
@mamtapurve
@mamtapurve 3 жыл бұрын
Sir how to do it in two raws please reply
@comradedavid
@comradedavid 4 жыл бұрын
its very good for knowledge and thank you for also smart work.
@vasupadh6111
@vasupadh6111 3 жыл бұрын
thanks for helping
@lokdeepsahu663
@lokdeepsahu663 4 жыл бұрын
Thankyou sir this trick is working 👍🏻
@shuhaibpt6913
@shuhaibpt6913 2 жыл бұрын
What is alternate key for alt + f11 in Mac book
@ComTutor
@ComTutor 2 жыл бұрын
FWIW - Alt(Opt)-F11 is absolutely the default keyboard shortcut to enter the VBE on the Mac. If you've got your System Preferences set to use FN keys to dim the screen, set volume, etc., then you need to press the fn key as well as Alt(Opt) & F11.
@farhanahmed8006
@farhanahmed8006 Жыл бұрын
How we can prepare VBA for pics?
@umamaheswari.b5289
@umamaheswari.b5289 3 жыл бұрын
Super Brother
@shaguftakhanum4520
@shaguftakhanum4520 Жыл бұрын
zbrdastttttt
@kaushambihorticultureoffic7659
@kaushambihorticultureoffic7659 3 жыл бұрын
Description dba formual kaha hai
@octaviobahia
@octaviobahia 2 жыл бұрын
Thanks for the Excel-VBA coding👍👍👍
@ComTutor
@ComTutor 2 жыл бұрын
You are welcome!
@vijendrasawant6223
@vijendrasawant6223 3 жыл бұрын
Hi sir Mobile me kaise kare ??
@muhammadzada4202
@muhammadzada4202 4 жыл бұрын
Good thank you
@Jacquardfab
@Jacquardfab Жыл бұрын
How to make a bill invoice while making a GST bill
@viranchivedpathak4231
@viranchivedpathak4231 2 жыл бұрын
Amazing. Thanks!
@MrGurpreetmaan
@MrGurpreetmaan 2 жыл бұрын
word mein kaise hoga pl try to explain.
@RohanKhune-zm5oe
@RohanKhune-zm5oe Жыл бұрын
Superb ❤️
@kaveeshpruthi
@kaveeshpruthi 3 жыл бұрын
Bhai aise mobile mein kaise kre
@VIJAY100ify
@VIJAY100ify Жыл бұрын
IMAGE KO SEQUENCE ME KAISE PASTE KARENGE
@ComTutor
@ComTutor Жыл бұрын
Aap only folder mei sequence mei photo ko save karo uska naam rakh kar. phir jab photo insert karoge to apne aap sequence mei aa jayega
@neerajkukrejaneeraj9478
@neerajkukrejaneeraj9478 3 жыл бұрын
Thank you so much to share this video, It's really helpful, But i want to insert the muliple pictures accoring on code number, suppose i give 1-10 code no. but in the excel sheet code number is not serial vise , in the excel list code no. like this 10,5,7,8,9,4,3 , so is it any way to insert the picture agaist's is name, plz share the soluction, thanks
@ajaygupta4188
@ajaygupta4188 2 жыл бұрын
Helpfull 👍🙏
@ComTutor
@ComTutor 2 жыл бұрын
Thanks for liking
@3dgurjar825
@3dgurjar825 2 жыл бұрын
jo photos insert kari hai un photos ka name bhi chahiye tou kya karu ??
@saikumarorsu952
@saikumarorsu952 Ай бұрын
Tnx
@35atif
@35atif 3 жыл бұрын
How can we put photos in row
@ComTutor
@ComTutor 3 жыл бұрын
Uska bhi vba banana padega, abhi nhi hai but create kar dunga
@anilgavankar7690
@anilgavankar7690 6 жыл бұрын
V dry nice
@pareshpatel1762
@pareshpatel1762 2 жыл бұрын
Very good .
@ComTutor
@ComTutor 2 жыл бұрын
Thanks
@najmulgani2814
@najmulgani2814 6 жыл бұрын
your video is so help full
@ComTutor
@ComTutor 6 жыл бұрын
thanks for the complement.
@hemantsharma2501
@hemantsharma2501 2 жыл бұрын
Sir accending order main nahi aa rahi hai
@ComTutor
@ComTutor 2 жыл бұрын
Accessing order mei pehle saari images ka naam save karna hoga, phir aayega
@thousifahmed1337
@thousifahmed1337 4 жыл бұрын
Whr I will get VBA
@ashfaqalam9023
@ashfaqalam9023 Жыл бұрын
sir Picture Upar ki or khisak ja rha, Cell me fit nhi ho rha thik se
@rpsingh4137
@rpsingh4137 2 жыл бұрын
Mere mein nhi ho raha hai koi salusion batao please
@raqiaztashna6787
@raqiaztashna6787 5 жыл бұрын
Dear Sir, I am from Pakistan (KPK, Bannu). Sir, Zaberdast Video hay. Sir, agar ak cell ke chor kar dusray awr tisray Cell ko chor kar Chotay is tarah musalsal cell ko chor dusray Cell may Picture Insert karni ho tu wo kaisay ho ga . Sir Please Reply i am wating for your reply
У вас там какие таланты ?😂
00:19
Карина Хафизова
Рет қаралды 18 МЛН
Random Emoji Beatbox Challenge #beatbox #tiktok
00:47
BeatboxJCOP
Рет қаралды 50 МЛН
😍 Insert Picture Into a Cell in Excel  - Step by Step Tutorial
14:18
How to Insert Picture in Excel Cell  2 Methods to Insert and Fix Photo in Excel Cell
5:13
Image Mail Merge Using Excel, Picture Mail Merge, Photo Mail Merge
6:44
Microsoft Office, Adobe Tutorials, FREE WEBSITE
Рет қаралды 65 М.
How to Insert Image in Excel Cell
4:41
Excel 10 tutorial
Рет қаралды 39 М.