How to send whatsapp message through excel II Excel Tips and Tricks 2020 Hindi

Excel Ticks to Send Custom Message from Excel to Whatsapp | Excel Tips and Tricks 2020, during this video you’ll find out how we will send customize message from excel to Whats-app, means you’ll ready to connect your excel software to desktop whats-app.
How to send Bulk Whatsapp Message from excel https://youtu.be/Dpfzj6b9bdY

Code used in excel

Sub msg_click()
On Error GoTo errorh:
mobileno = Selection.Value

Set myrange = Sheet1.Range(“A:A”)
rowno = Application.WorksheetFunction.Match(mobileno, myrange, 0)
Message = Sheet1.Cells(rowno, 2).Value
Amount = Sheet1.Cells(rowno, 3).Value
ActiveWorkbook.FollowHyperlink Address:=”https://wa.me/” & mobileno & “?text=” & Message & Amount & “”
End
errorh:
Err.Clear

MsgBox “Select Proper Mobile Number ”
End Sub

Tags – Excel Tips and Tricks 2020 Hindi,Send Message from Excel to Whatsapp,connect your excel software to desktop whatsapp,send message from excel to whatsapp,excel whatsapp sender,excel whatsapp vba,whatsapp excel sheet,excel to whatsapp,whatsapp to excel,excel tips and tricks,excel tips 2020,excel in hindi,excel tutorial,learn more
Excel Tips and Tricks 2020 Hindi,

Leave a Reply

Close Menu