-->
جاري التحميل ...

ارسال الاف الرسائل عبر الواتس اب من برنامج الاكسيل - كيفية ربط ملف الاكسيل بالواتس whatsapp

-1-
-2-

 





=============================

Dim contact As String
Dim text As String
u = Application.WorksheetFunction.CountA(Sheets(“whatsapp”).Range(“a:a”)) – 2
ActiveWorkbook.FollowHyperlink Address:=”https://web.whatsapp.com”
Application.Wait (Now + TimeValue(“00:00:12”))
For I = 0 To u
contact = Sheets(“whatsapp”).Range(“a2”).Offset(I, 0).Value
text = Sheets(“whatsapp”).Range(“b2”).Offset(I, 0).Value
Call SendKeys(“{TAB}”, True)
Application.Wait (Now + TimeValue(“00:00:05”))
Call SendKeys(contact, True)
Application.Wait (Now + TimeValue(“00:00:05”))
Call SendKeys(“~”, True)
Application.Wait (Now + TimeValue(“00:00:05”))
Call SendKeys(text, True)
Application.Wait (Now + TimeValue(“00:00:01”))
Call SendKeys(“~”, True)
Application.Wait (Now + TimeValue(“00:00:01”))
Call SendKeys(“{TAB}”, True)
Next I


-------------------------------

الكود :
Sub send()
Dim contact As String
Dim text As String
u = Application.WorksheetFunction.CountA(Sheets("whatsapp").Range("a:a")) - 2
ActiveWorkbook.FollowHyperlink Address:="https://web.whatsapp.com/"
Application.Wait (Now + TimeValue("00:00:12"))
For I = 0 To u
contact = Sheets("whatsapp").Range("a2").Offset(I, 0).Value
text = Sheets("whatsapp").Range("i2").Offset(I, 0).Value
Call SendKeys("{TAB}", True)
Application.Wait (Now + TimeValue("00:00:05"))
Call SendKeys(contact, True)
Application.Wait (Now + TimeValue("00:00:05"))
Call SendKeys("~", True)
Application.Wait (Now + TimeValue("00:00:05"))
Call SendKeys(text, True)
Application.Wait (Now + TimeValue("00:00:01"))
Call SendKeys("~", True)
Application.Wait (Now + TimeValue("00:00:01"))
Call SendKeys("{TAB}", True)
Next I
End Sub

-3-
-4-

التعليقات



إذا أعجبك محتوى مدونتنا نتمنى البقاء على تواصل دائم ، فقط قم بإدخال بريدك الإلكتروني للإشتراك في بريد المدونة السريع ليصلك جديد المدونة أولاً بأول ، كما يمكنك إرسال رساله بالضغط على الزر المجاور ...

إتصل بنا

جميع الحقوق محفوظة

مدونة كورس 7

2021