Hello every one
Kindly guide can we send a pic from excel via whatsapp
I have below vba code but its can send only text through whatsapp kindly support
Dim text As String
Dim contact As String
text = Range("C1").Value
If text = "" Then
MsgBox "Enter the Message to be sent!", 64, "PROCEDURE...