How to send Whatsapp Bulk Message with image using Excel.

Sdílet
Vložit
  • čas přidán 10. 06. 2024
  • Hi friends,In this video you will learn how to send the bulk whatsapp message with image using Excel.
    coding:
    Sub WhatsAppMsg()
    Dim LastRow As Long
    Dim i As Integer
    Dim strip As String
    Dim strPhoneNumber As String
    Dim strmessage As String
    Dim strPostData As String
    Dim IE As Object
    LastRow = Range("A" & Rows.Count).End(xlUp).Row
    For i = 2 To LastRow
    strPhoneNumber = Sheets("Data").Cells(i, 1).Value
    strmessage = Sheets("Data").Cells(i, 2).Value
    ActiveSheet.Shapes(1).Copy
    'IE.navigate "whatsapp://send?phone=phone_number&text=your_message"
    strPostData = "whatsapp://send?phone=" & strPhoneNumber & "&text=" & strmessage
    Set IE = CreateObject("InternetExplorer.Application")
    IE.navigate strPostData
    Application.Wait (Now + TimeValue("00:00:05"))
    Call SendKeys("^v")
    Application.Wait (Now + TimeValue("00:00:05"))
    Call SendKeys("{Enter}", True)
    'Application.Wait Now() + TimeSerial(0, 0, 5)
    'SendKeys "~"
    Next i
    End Sub
    Kindly like,share and subscribe the channel! Share my website and playlist videos to computer science students and professors you know..
    Any Queries/suggestion mail us..
    mastereducationugcnet@gmail.com
    Excel to Whatsapp bulk long message
    • Bulk Long Msg from Exc...
    Kindly do your little contribution to us .. it will motivate us to do more awesome videos for you.
    UPI ID :manjulavimalesh-1@okhdfcbank
    Fill the below form to get the Free softcopy of coding and procedure to your mail ..and let me know what type of videos you need
    docs.google.com/forms/d/e/1FA...
    Thankyou so much ! Happy learning !Easy Learning!

Komentáře • 217

  • @user-ib3gj2qt2h
    @user-ib3gj2qt2h Před 8 měsíci +1

    This is gold ! Very good job guys ! Thank you !

  • @routhuaravind6006
    @routhuaravind6006 Před rokem +2

    this is the most productive video i have ever seen
    thank you so much

  • @kinnerasankarapu8767
    @kinnerasankarapu8767 Před rokem +1

    Thank you so much mam.! It helps me alot.

  • @Janavikasekendra
    @Janavikasekendra Před rokem +5

    i tried lots of video tutorial, this is the only one which i got working

  • @pratapsivapprakasam
    @pratapsivapprakasam Před rokem +2

    Thanks Akka

  • @commendatore2
    @commendatore2 Před 5 měsíci

    Excellent, It fits exactly my needs!!! Good job

  • @raviprasadnarauliya3810
    @raviprasadnarauliya3810 Před 2 lety +1

    Code actually working. Great.. Many Many thanks.

  • @magddali9229
    @magddali9229 Před rokem +1

    Thank you so much

  • @MsMassad
    @MsMassad Před 3 měsíci

    Thank you so much. It helps me alot

  • @Taradutt1441979
    @Taradutt1441979 Před 2 lety +4

    THANKS, A LOT. YOU ARE
    GENUINE TEACHER.

    • @mastereducationcomputersci326
      @mastereducationcomputersci326  Před rokem +2

      So nice of you..thanks for your appreciation.

    • @VikramBhatilovekodial
      @VikramBhatilovekodial Před rokem

      @@mastereducationcomputersci326
      This was working fine in whatsapp old version.
      Since the introduction of new whatsapp for windows this code is not working. Any solution?

  • @sandeepkarande155
    @sandeepkarande155 Před rokem +1

    Thank You .. very nice video

  • @pradeepsriram7466
    @pradeepsriram7466 Před rokem

    very very helpful

  • @rraveen1609
    @rraveen1609 Před 8 měsíci +2

    Thanks so much. Is it possible to add PDF file , instead of Image. Please suggest. thanks

  • @Janavikasekendra
    @Janavikasekendra Před rokem

    Thank you

  • @rohitbchavda5854
    @rohitbchavda5854 Před rokem +1

    Thank you mam it's very usefull for business how can contact you
    And how many send mgs in 1 time pls reply me

  • @realityds2691
    @realityds2691 Před 11 měsíci +8

    The problem is the Allow button that we have to click for every message sent. How do I disable it or set it to ask only once? Kindly help

    • @clintography_offix3433
      @clintography_offix3433 Před 7 měsíci +1

      Same bro bro. Are you got the solution?

    • @sr_ryoadm
      @sr_ryoadm Před 4 měsíci

      You guys resolved this? I have the same problem here...

  • @kontakrumah
    @kontakrumah Před 11 měsíci

    thankyou

  • @birurai4361
    @birurai4361 Před 10 měsíci

    Hi, madam. I am not good at VB. I tried to do the same as per the video but i didn't see the code after clicking view code (F7). I didn't see the description box. Please help.

  • @mbohgaming159
    @mbohgaming159 Před 2 lety

    thank you so much,

  • @gamesytyoan9593
    @gamesytyoan9593 Před rokem +1

    Hi thanks for the video the number atopped at 80

  • @Ttimesnewsno1
    @Ttimesnewsno1 Před rokem

    if someone has to send more than one images like 2, or 3 to all numbers ,same images, then we should to do

  • @user-qw8pc8uv6m
    @user-qw8pc8uv6m Před 10 měsíci +6

    Good day Mdm, Video at 5:07, after opening Whatsapp application, IE prompts for permission to allow Excel to proceed. To fully automate it, is it possible to auto allow to proceed to the sending? Becos if we are sending bulk msg, we do not need to kept pressing "Left Arrow" + "Enter" to allow 1 at a time.

  • @ashum6434
    @ashum6434 Před rokem +2

    Followed the steps mentioned and it worked a like but message+image doesn't send

  • @balasubramanianrajamohan5119

    Hello mam i tried today on this macro but the message is not going in. It's stays in the whatsApp application I have to manually enter the enter key though sendkeys command is present. Any thoughts?

  • @AsifIqbal-dd5yd
    @AsifIqbal-dd5yd Před rokem +1

    can we send multiple images , for example 10 images

  • @nirasarif8938
    @nirasarif8938 Před 3 měsíci

    This is perfect sharing!. I appreciate your kindness. If I have a very long message with space, numbering & bold words in it, can you show me how to write in Excel, so that the message appears in WhatsApp following the paragraph & numbering, with words in bold?

  • @MamathaB-ob9ud
    @MamathaB-ob9ud Před 4 měsíci

    Hello it's good very useful for messaging,
    When I try it's went something wrong it is displaying image "send" the message which is in excel is not going. Please solve the issue

  • @bangarayyamekala6055
    @bangarayyamekala6055 Před 8 měsíci

    Sir I have company software,but every time that sreenshoot and I am sending whatup....please tell me any solution

  • @am3m3r
    @am3m3r Před 8 měsíci

    can you give code which will work with any default browser installed on a system, not just setting the code to open Internet Explorer.
    As Internet Explorer is now retired by its developer since , Microsoft since June 2022

  • @srinivasakm4797
    @srinivasakm4797 Před 11 měsíci +2

    Hi, thanks for sharing this video. I tried, but not working properly
    1. Image doesn't get pasted
    2. For every number, it asks permission to open whatsApp (using desktop version, didn't work for web whatsApp) and manually need to click on send button.
    How these 2 issues can be overcome?
    Please guide. Thank you for your support

  • @kumarragavendra3847
    @kumarragavendra3847 Před rokem

    Hi Mam it's going automatically every time I need client button in what app, that option not Coming can please help

  • @lahore-drone-views
    @lahore-drone-views Před 8 měsíci

    How can I disable the "Do you want to allow this website to open a program on your computer?" warning for a specific program

  • @nihal2750
    @nihal2750 Před rokem +2

    Problem
    when i am sending whatsApp a message box pop up comes from internet explorer as do you want following program to open allow or cancel in again and again after allowing as in my computer check box ☑ is not showing so what to doo help me out sir

    • @30Archit
      @30Archit Před 11 dny

      How did you overcome this problem?

  • @ajithksubash7871
    @ajithksubash7871 Před rokem

    After clicking send button it shows that can't execute code in break mode... Y??

  • @SaadKhan-vh8lj
    @SaadKhan-vh8lj Před rokem +1

    I am sending message without picture it was send but that send button is also going with it

  • @nevadap9391
    @nevadap9391 Před 6 měsíci +1

    Hello, thank you for the video. I got this message when I clicked SEND button "License information for this component not found. You do not have an appropriate license to use this functionality in the design environment". Can you please advise me how to fix this error?

    • @belahmer
      @belahmer Před 6 měsíci

      Same here any feedback so far?

  • @HoursMusicChannel
    @HoursMusicChannel Před 2 lety +1

    very nice thank you
    there is an option to send to a group that i manger?

  • @darkstoriesdotcom3170
    @darkstoriesdotcom3170 Před rokem +1

    Thank you madam but how to send pdf file aslo plz tell me

  • @lahore-drone-views
    @lahore-drone-views Před 10 měsíci

    How to add multiple images? Like i want to send 3 images to each contact

  • @abdellahahbane7855
    @abdellahahbane7855 Před 2 lety

    Thank you very much ❤️❤️❤️❤️
    Is there a way to Facebook please?🙏🙏🙏

  • @YatinWrites
    @YatinWrites Před rokem +2

    no
    its not working for me,its opening the whatsapp but not copying and sending the messages

  • @user-fo7pu1pj9i
    @user-fo7pu1pj9i Před 3 měsíci

    Hello Madam, I tried while am clicking the send the button and getting image pasted in the Excel, what app link is not opening

  • @raviraja4031
    @raviraja4031 Před 10 měsíci

    Thank you, image is not sending I followed all your instructions, please help

  • @emiliaraymond5894
    @emiliaraymond5894 Před 3 měsíci

    I cannot get what she meant by description box? Please advise me. at the minute 2.36

  • @spsdhooper
    @spsdhooper Před 2 lety

    how to attach a pdf file created using vba excel and send via attachment on whatsapp

  • @vars-itlearnings7467
    @vars-itlearnings7467 Před rokem

    checked with the steps not working i am using default browser google chorme , keep paste the image same on excel sheet itself

  • @user-ce1gh8xe1c
    @user-ce1gh8xe1c Před 9 měsíci

    But each time it is asking for allow button madam.. How can i rectify it?

  • @naseelathahsin5436
    @naseelathahsin5436 Před rokem

    Wen I click SEND button,, it wait for about 10-15 secs and make Copy of SEND Button near by in the same page .. Can any one help me

  • @saikoushik7737
    @saikoushik7737 Před rokem +1

    I am getting overflow error what should I do ??

  • @nitinsapariya8858
    @nitinsapariya8858 Před rokem

    क्या यह मेथड एंड्रॉयड फोन में भी वर्क करेगा?
    यानी की मेसेज फोन में भी मिलेगा?
    और मल्टीपल फोन नंबर में काम करेगा?

  • @abhiramvs6471
    @abhiramvs6471 Před 7 měsíci

    I have tried this but the message was ready as a draft only, the sending has to be done manually. Please solve this

  • @peacebewithyou7480
    @peacebewithyou7480 Před 11 měsíci

    Your video title is How to send Whatsapp Bulk Message but you did not show how to send more than 1 message at once. What if the number is not on my phone, will this program still work?

  • @weddc
    @weddc Před rokem +1

    can this code change the app to google chrome?

  • @nishantchaudhary3417
    @nishantchaudhary3417 Před rokem

    How we will send a PDF using this code please make a new video .
    Thanks

  • @mohanraj-qg7nr
    @mohanraj-qg7nr Před 9 měsíci

    In ie it is working . For chrome how to create object

  • @garikipati2000
    @garikipati2000 Před rokem

    While sending messages we are not able to do any other work on that system ,its front end application, can we ober come this barrier, to work as back end application.

  • @shadykhouzam
    @shadykhouzam Před 9 měsíci +1

    I get this message every time I try to send
    License information for this component not found. You do not have an appropriate license to use this functionality in the design environment.

    • @belahmer
      @belahmer Před 6 měsíci

      Same here any feedback so far?

  • @nilprajapati3926
    @nilprajapati3926 Před 3 měsíci

    i am trying lots of time but when i click on send it copy the double the image.nothing else

  • @shuaibmohammedc
    @shuaibmohammedc Před rokem +2

    Where is the description button to pasted the code

  • @asifosman
    @asifosman Před 7 měsíci

    How to automate to do bulk automated sending?

  • @mohammedhamzamubarak
    @mohammedhamzamubarak Před rokem +1

    thanks allot , but can we add pdf file or video in the message ? and how , thanks

  • @user-ld1iy5dk3g
    @user-ld1iy5dk3g Před 10 měsíci

    Everything worked but when I press send button it is not connecting to WhatsApp
    Please help

  • @entertainmentchalu...4797
    @entertainmentchalu...4797 Před 4 měsíci

    hello sir
    i am geeting error on this line
    Next i
    this is error
    sub or function not defined

  • @AnandaLaxmiYoga
    @AnandaLaxmiYoga Před rokem

    this macro not working , it come back to sheet again with copy of image

  • @karthikeyabuddhiraju219

    Wont your number get banned if you do this way?

  • @bhawanienterprise2832
    @bhawanienterprise2832 Před měsícem

    Getting an error which says License information for this component not found. You do not have an appropriate license to use this functionality in the design environment.

  • @amitsharma-ji9bh
    @amitsharma-ji9bh Před rokem

    hi the code is working but many numbers are skipped saying "invalid url" how to fix that as these all numbers have a valid whatsapp activation, also is there any way we can add a personlised name of the person we are sending the message to.

  • @user-jz5ip2kx1h
    @user-jz5ip2kx1h Před 2 měsíci

    I follow your step already but the sub whatsapp syntax errors

  • @rameshbabup.k7700
    @rameshbabup.k7700 Před rokem

    This app can't be activated by the built in administrator ..

  • @rajeshsomani8071
    @rajeshsomani8071 Před rokem

    In my PC it is not working so pls help to solve this problem

  • @olodunewton5432
    @olodunewton5432 Před rokem

    can this work without Internet explorer?

  • @user-pt6ny2or7u
    @user-pt6ny2or7u Před rokem

    the images are being pasted back in the excel worksheet itself, whatsapp web is not opening through the sheet as required

  • @gyananjana
    @gyananjana Před 2 lety

    Please help showing error again & again ( Run time error 9, Subscript out of range )

  • @user-yz3lz3ch5q
    @user-yz3lz3ch5q Před rokem

    Madam, the messages are being sent very slowly and send button is also going with messages , pls help to increase the speed and remove the send button going to the contacts with message

    • @realityds2691
      @realityds2691 Před 11 měsíci +1

      If the send message button goes with the message, delete the button and add it again after adding the image
      the sequence should be - add the photo, then add the button
      I tried that and it worked for me

  • @sivakumark5530
    @sivakumark5530 Před 2 lety +2

    Video is good. But live caption is distrubing to watch the video

  • @lahore-drone-views
    @lahore-drone-views Před rokem

    Can i send 2 images or 1 pdf

  • @googleuser6745
    @googleuser6745 Před 7 měsíci

    I'm getting an error msg "Object required" how to solve it

  • @aryavardhanreddy23
    @aryavardhanreddy23 Před 4 měsíci

    How many messages we can send per day using this code

  • @vamshigoud1760
    @vamshigoud1760 Před rokem

    for me its not going to whats app but image is getting pages . may be this is because of internet edge as internet explorer is not available now

  • @anilshetty4399
    @anilshetty4399 Před rokem

    Why it shows forward message while sending

  • @Jemishaik
    @Jemishaik Před rokem

    Aafter enter the Whatsapp Allow button, Everty time getting an message as "Do you want to allow this website to open an app on your computer?" can you please fix it permentatly. It is very helpful to me.

    • @Jemishaik
      @Jemishaik Před rokem

      Kindly respond me

    • @mastereducationcomputersci326
      @mastereducationcomputersci326  Před rokem

      kindly watch the video again and do it slowly from the first without changing any sequence..patience and preseverance is important in this process..for me also it takes some time to workout..so dont worry..do again and again slowly

    • @shaheercp2834
      @shaheercp2834 Před 4 měsíci

      @@mastereducationcomputersci326 No Solution at all

  • @jijojoseph1596
    @jijojoseph1596 Před rokem

    Hi....this is not working in the updated versions of watsapp....can u pls give a solution to it...wether new codes are to be inserted?

  • @sonasinha9879
    @sonasinha9879 Před 2 lety

    I tried ..but the error is showing on the coding line of InternetExplorer.Application . Please guide

  • @zameelahamed8296
    @zameelahamed8296 Před 10 měsíci

    It goes till the whatsapp chat, from there it is not sending automatically, i have to click on enter button to send individually. why?

    • @mastereducationcomputersci326
      @mastereducationcomputersci326  Před 9 měsíci

      Yes ,we have to click every time so that WhatsApp will think it is done by manual..if it automate then WhatsApp no will be banned..

  • @floradales6011
    @floradales6011 Před rokem

    Can u do a coding for sending WA message with different PDF files to different numbers.

    • @FarahFarhanirr
      @FarahFarhanirr Před rokem

      Hi, you got answer? I want to know it too hehe

    • @floradales6011
      @floradales6011 Před rokem

      @@FarahFarhanirr Heard nothing till now.This is a problem we Indians that we avoid responding.There are very few who do respond instantly.

  • @udayakumarramamurthy2993

    Hi Mam, I am getting 2 copies of the picture after clicking the send button. Please help.

  • @preethydas6903
    @preethydas6903 Před rokem

    I have tried but which is not connected to whats app

  • @tomyjkadavi5319
    @tomyjkadavi5319 Před rokem

    All those will work only in the old version of whatsapp

  • @kiran14396
    @kiran14396 Před 4 měsíci

    not working can you help the image is getting copies again

  • @harismaviya2952
    @harismaviya2952 Před rokem

    Unspecified error arha ha kindly btaee kaise resolve ho ga

  • @sanjaytelang424
    @sanjaytelang424 Před 8 měsíci +1

    asking allow permission eachtime with this code

  • @hamza-up4dj
    @hamza-up4dj Před 2 lety

    How can I secure my num from getting banned

  • @blakkarabian4893
    @blakkarabian4893 Před 9 měsíci +1

    how can i get the code please

  • @shabeeb5507
    @shabeeb5507 Před 2 lety

    i tried with 3 number. i get 3 copied images of what i have given. what to do?

    • @manjuvimal8114
      @manjuvimal8114 Před 2 lety

      do slowly each step as it mentioned in the video..its work nicely

  • @ridzuanothman2472
    @ridzuanothman2472 Před 2 lety

    hi, how to put delay on every sent message to avoid banned WhatsApp account. tq

    • @manjuvimal8114
      @manjuvimal8114 Před 2 lety +1

      it is in the coding itself ..we no need to set sir..

    • @ridzuanothman2472
      @ridzuanothman2472 Před 2 lety

      @@manjuvimal8114 it works can u share how to sent selected file, image, video using this ?

  • @ronniepereira5271
    @ronniepereira5271 Před rokem

    Can we get the code for using Chrome instead of internet explorer?

  • @asthraafx
    @asthraafx Před 2 měsíci

    mam are you available now?

  • @waystreamproductions6786
    @waystreamproductions6786 Před 5 měsíci

    how did you ger the code

  • @danishkhankhandanish4550

    Couldn't able to write & operator in cell 2
    When ever I try to write & in cell it stop or break the comment afterward.

  • @NS-ky8qi
    @NS-ky8qi Před rokem

    How can I send msg in group?