Ad Code

Responsive Advertisement

Ticker

6/recent/ticker-posts

Excel to whatsapp bill image send Automatically

 Excel to whatsapp bill image send Automatically





VBA Code :- 

Sub Send_Image_To_WhatsApp()


Dim whatsapp_number As String



Dim sh As Worksheet

Set sh = ThisWorkbook.Sheets("bill")


Dim i As Integer


For i = 42 To sh.Range("f" & Application.Rows.Count).End(xlUp).Row


    If sh.Range("g" & i).Value <> "No" Then  'check skip

    

        whatsapp_number = sh.Range("f" & i).Value

        

        ThisWorkbook.FollowHyperlink "https://web.whatsapp.com/send?phone=%2B" & whatsapp_number & "&text=&app_absent=1&send=1"

      

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

            

            sh.Range("a1:h40").CopyPicture , xlBitmap

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

            VBA.SendKeys ("^v")

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

            VBA.SendKeys "~", True

            

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

            

    

    End If

Next i



MsgBox "OK", vbInformation


End Sub






Post Navi

Post a Comment

1 Comments

  1. Sir its too good programe. but i am faicingy a problem . It reaches to whatsapp but file not loading and too many tabs opening again and again. can i send a file for needfull from your end please

    ReplyDelete

Ad Code

Responsive Advertisement