Fully Automated Bulk Whatsapp Message Sender Using Excel Sheet with Image

8 months ago
22

Send Excel to whatsapp bulk message with photo automatically Vba Code excel to whatsapp image helps you to create free whatsapp bulk message sender excel sheet so you will send excel to whatsapp bulk message with photo easily. Try now this

In this video we will learn how to create an application using the VB code in the Excel for sending unlimited free bulk messages by using WhatsApp application this code is absolutely free of cost there are no hidden cost involved. we have a list of mobile numbers saved in column a in the excel file and in other column our message we will create it code when we click on that button the code will work and send all bulk messages on WhatsApp on the list of mobile number saved in the column as per your need.

Error Fixed: https://youtu.be/-sTeXSgAqHY
All in one: https://youtu.be/Diy-hytNxnQ

Here is a code for Excel to Whatsapp Bulk Message Sender which can be create Free Bulk Whatsapp Sender Excel Sheet use this vba code for send excel to whatsapp bulk message.

***********************VBA CODING*******************
Sub Excel_to_WhatsApp()

Dim WhatsAppNumber As String

Dim lastRecepientNumber As Long

Dim x As Integer

Dim Message As String

Dim DispatchMsg As String

Dim WhatsAppWeb As Object

lastRecepientNumber = Range("B" & Rows.Count).End(xlUp).Row

For x = 2 To lastRecepientNumber

WhatsAppNumber = Sheets("Sheet1").Range("b" & x).Value

Message = Sheets("Sheet1").Range("c" & x).Value

ActiveSheet.Shapes(1).Copy

DispatchMsg = "whatsapp://send?phone=" & WhatsAppNumber & "&text=" & Message

Set WhatsAppWeb = CreateObject("InternetExplorer.Application")
WhatsAppWeb.navigate DispatchMsg
Application.Wait (Now + TimeValue("00:00:05"))

Call SendKeys("^v")

Application.Wait (Now + TimeValue("00:00:05"))

Call SendKeys("{ENTER}", True)

Next x

End Sub

#shareexcelimageonwhatsapp #technozohaib #whatsappsender #whatsappmarketing #whatsappmarketingsoftware #whatsapp #exceltowhatsapp #excel #bulksender #bulk

Please do not use it for bulk messaging, as this is not allowed:
https://faq.whatsapp.com/5957850900902049/?locale=en_US

*******************************************************
Subscribe and hit the bell to see new videos: https://technoz.page.link/youtube
► Check out my Instagram Help Center: https://www.instagram.com/techno_zohaib/
Check out this article for more info: https://technoz.page.link/playlist

▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
🌟 DISCLAIMER 🌟
Disclamer: The Video Content Has been made available informational and educational purposes only. TECHNO ZOHAIB does not make any illegal, applicability, copyright, trademark, or completeness of the Video Content. TECHNO ZOHAIB does not warrant the performance. effectiveness or applicability of any sites listed or linked to in any Video Content.

This Channel DOES NOT Promote or encourage Any illegal activities, all contents provided by This Channel is meant for EDUCATIONAL PURPOSE only.

⚠️ Copyright Disclaimer Under Section 107 of the Copyright Act 1976, allowance is made for "fair use" for purposes such as criticism, comment, news reporting, teaching, scholarship, and research. Fair use is a use permitted by copyright statute that might otherwise be infringing. Non-profit, educational or personal use tips the balance in favor of fair use.
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
whatsapp bulk sender,bulk sms sender,free bulk whatsapp sender software,whatsapp sender,bulk message app,whatsapp sender pro,bulk sms software,how to send bulk sms,whatsapp marketing,whatsapp,free bulk whatsapp sender,free bulk whatsapp,bulk whatsapp,bulk whatsapp messages,send bulk whatsapp messages from pc,bulk whatsapp message app,whatsapp business,can you send bulk messages on whatsapp,how to send mass messages on whatsapp,bulk messages through whatsapp,

Loading comments...