Тёмный

Automatically Send Message with Image Via Whatsapp 

Dinesh Kumar Takyar
Подписаться 115 тыс.
Просмотров 78 тыс.
50% 1

How to automatically send message with image via Whatsapp using VBA.
Here's the complete VBA code:
Option Explicit
Sub SendMessageWithPicViaWhatsapp()
Dim ie As InternetExplorer
Set ie = New InternetExplorer
Dim mytext As String
Dim myDir As String
mytext = Sheet1.Range("C2")
Dim myObj
Dim Pictur
Set myObj = ActiveSheet.DrawingObjects
For Each Pictur In myObj
If Left(Pictur.Name, 7) = "Picture" Then
Pictur.Select
Pictur.Delete
End If
Next
Dim EmployeeName As String, T As String
myDir = "C:\Users\takyar\Pictures\employees\"
EmployeeName = Range("A2") & Range("B2")
T = ".jpg"
On Error GoTo errormessage:
EmployeeName = Range("A2") & Range("B2")
ActiveSheet.Shapes.AddPicture Filename:=myDir & EmployeeName & T, linktofile:=msoFalse, _
savewithdocument:=msoTrue, Left:=240, Top:=15, Width:=60, Height:=60
errormessage:
If Err.Number = 1004 Then
MsgBox "File does not exist." & vbCrLf & "Check the name of the employee!"
Range("A2").Value = ""
Range("B2").Value = ""
End If
ActiveSheet.Shapes(1).Copy
ie.navigate "web.whatsapp.c..." & mytext
Application.Wait (Now + TimeValue("00:00:10"))
Call SendKeys("^v")
Call SendKeys("{ENTER}", True)
Application.Wait (Now + TimeValue("00:00:05"))
Call SendKeys("{ENTER}", True)
End Sub
Refer to this video on how to add an appropriate image to a worksheet:
www.exceltrain...

Опубликовано:

 

15 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 212   
@9901028711
@9901028711 4 года назад
Dinesh Sir, First I want to say many many Congratulations for teaching every one from this video. But my another question how do we send message, pictures, Documents:- MS word, MS Excel, MS PPT, PDF documents and files to single user, multiple users and groups?
@Exceltrainingvideos
@Exceltrainingvideos 4 года назад
ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-3klMEX40fwg.html
@9901028711
@9901028711 4 года назад
Sir, First I want to say many many Congratulations for teaching every one from this video. But my another question how do we send message, pictures, Documents:- MS word, MS Excel, MS PPT, PDF documents and files to single user, multiple users and groups?
@indiavikas-computer
@indiavikas-computer 4 года назад
Yes i want to know
@Exceltrainingvideos
@Exceltrainingvideos 4 года назад
ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-3klMEX40fwg.html
@gajendrashettigar277
@gajendrashettigar277 3 года назад
Hello....sir, like every video for your's this is also very helpful one. Specially for one's like me who's work totally depends on what's app only. I would be very thankful if you can make a video on how we can send msgs on what's app group and not on individual mobile no. Thanks.
@Exceltrainingvideos
@Exceltrainingvideos 3 года назад
Noted
@bivashghosh1749
@bivashghosh1749 2 года назад
Sir, Many thanks for this useful tutorial. Please show how to send WhatsApp message to a WhatsApp Group from Excel sheet Regards Bivash Ghosh
@swapnilwankhede3440
@swapnilwankhede3440 3 года назад
Very nice information Sir, I will definitely try this and let you know the feedback.
@Exceltrainingvideos
@Exceltrainingvideos 3 года назад
Please do.
@bivashghosh1749
@bivashghosh1749 2 года назад
Sir, Many many thanks for sharing this useful video. Please upload video showing how to send WhatsApp meassage with image to a WhatsApp group. Regards Bivash Ghosh
@Exceltrainingvideos
@Exceltrainingvideos 2 года назад
This Excel tutorial will help: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-TtdDnY2GQQo.html
@hcarora
@hcarora 3 года назад
Extremely useful! Thanks for your time and efforts which I highly appreciate. =Hari Chandan GHAZIABAD UP=
@Exceltrainingvideos
@Exceltrainingvideos 3 года назад
So nice of you! Please share my RU-vid channel on Excel with your friends too.
@shriharsh_
@shriharsh_ 3 года назад
Dinesh Sir, Thank you so much for teaching such amazing way to send messages automatically. But how to send paragraphs on WhatsApp using this technique?
@shriharsh_
@shriharsh_ 3 года назад
OR how to add next line in single message?
@Exceltrainingvideos
@Exceltrainingvideos 3 года назад
This Excel VBA lesson will help and guide: www.exceltrainingvideos.com/whatsapp-desktop-automation-with-vba/
@shriharsh_
@shriharsh_ 3 года назад
@@Exceltrainingvideos Thank You so much SIr Really Helpful Video🙂
@sachinshinde5997
@sachinshinde5997 4 года назад
Very very helpful... Thank you sir... One question is that can we send same massage to multiple people?
@Exceltrainingvideos
@Exceltrainingvideos 4 года назад
Ty it out! You might need to use a looping process.
@ajaykahate2281
@ajaykahate2281 4 года назад
Sir, you are too good at vba 💯👍. Can you please make video on event dispatching on drop down list, in Webscraping.?
@Exceltrainingvideos
@Exceltrainingvideos 4 года назад
Check out this playlist: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-JInLHfr_i5Y.html
@A-cube555
@A-cube555 4 года назад
Dear sir, can i atteched a pdf file for auto send through whatsapp
@Exceltrainingvideos
@Exceltrainingvideos 4 года назад
Did you try the VBA tutorial on your computer? If yes, in the end you are offered a preview where you can click on a '+' sign and add a file. Try it out.
@Tendela
@Tendela 3 года назад
Thank you so much for the video, it has been very very helpful. Is there a way to send msg to a whatsapp group??? Thanks again!
@Exceltrainingvideos
@Exceltrainingvideos 3 года назад
Click on a group and inspect its HTML.
@chetanganure1983
@chetanganure1983 2 года назад
Very Good information. Dear sir can you please make video on hindi language.
@Exceltrainingvideos
@Exceltrainingvideos 2 года назад
ru-vid.com
@raj-jy9gd
@raj-jy9gd Год назад
Its sending the pic but not text. At text stage it stopped. How to change the code to run for many rows? Please help
@mikeogieriakhi3394
@mikeogieriakhi3394 2 года назад
Help me I want to send whatsapp messages to bulk contacts with individual customized pdf or word docs
@Exceltrainingvideos
@Exceltrainingvideos 2 года назад
ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-3klMEX40fwg.html
@divyastudiophotography3728
@divyastudiophotography3728 2 года назад
can we send image or pdf directly without enter any key in vb6.0. this function is in my project and having no more idea about it actually in my project should be able to send image or pdf file directly to user when they register.
@Exceltrainingvideos
@Exceltrainingvideos 2 года назад
Interesting project. On my channel I show how to use VBA in Excel for automation.
@SBSSSriSaiNarayanBabaPanvel
@SBSSSriSaiNarayanBabaPanvel 2 года назад
Object doesn't support this property or method This message comes can you plz fix this
@Exceltrainingvideos
@Exceltrainingvideos 2 года назад
Most probably you didn't use the 'References'. Watch the video again. Thanks.
@Sai-tek
@Sai-tek 4 года назад
Simply superb sir🙏. Do you have any course on VBA? If yes please share the link. Thanks a lot
@Exceltrainingvideos
@Exceltrainingvideos 4 года назад
Please share with your friends too. To learn Excel VBA step by step you can watch the playlist: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-2TOdX1YHJQQ.html
@nadirsajjad8909
@nadirsajjad8909 3 года назад
how to send message excel to whats app and message print with excel concatenate formula and some row+column message miss and send bottom message. my excel sheet error. when i missing some column or rows this script show the top message. please guide me.......
@Exceltrainingvideos
@Exceltrainingvideos 3 года назад
Noted
@vinodkhivansara4933
@vinodkhivansara4933 2 года назад
phone number shared via url is invalid error
@chetansarvaiya9679
@chetansarvaiya9679 2 года назад
Hi Sir Can we Send Bulk Messages and With Attachments to Single Private Messenger? Pls Guide! Thanks!!
@anthonyblee1386
@anthonyblee1386 2 года назад
Can this process be automated using userform with listbox?
@rajashekarreddybaddam8373
@rajashekarreddybaddam8373 2 года назад
Dear sir, Can we send message to whatsapp group from Excel by time Based.
@Exceltrainingvideos
@Exceltrainingvideos 2 года назад
Check out the description.
@hemanthreddy6685
@hemanthreddy6685 3 года назад
i was having numbers in excel & i want to send jpg image to all those numbers via whats app..suggest me
@Exceltrainingvideos
@Exceltrainingvideos 3 года назад
You'll have to use the business API.
@nunotorresreis
@nunotorresreis 4 года назад
Dinesh great work! One question: How can I send to a Group ?
@Exceltrainingvideos
@Exceltrainingvideos 4 года назад
Will work on this good idea.
@rahuls711
@rahuls711 3 года назад
@@Exceltrainingvideos anything did you find on this?
@gootergoon
@gootergoon 4 года назад
Great video...superb. Sir, if instead of image, say a pdf file needs to be sent, then how to do that? 🙏🙏🙏
@Exceltrainingvideos
@Exceltrainingvideos 4 года назад
Did you try the macro on your desktop? What happens before the message is sent? Do you see a preview screen? Work on the idea.
@Khalnayak_sanju143
@Khalnayak_sanju143 4 года назад
Sir, Which internet explorer you have used, because of I have used version 10 it's showing web what's up is not supporting internet explorer please use Firefox chrome or safari please tell me which internet explorer version will work.
@Exceltrainingvideos
@Exceltrainingvideos 4 года назад
Microsoft Edge. You can try: Shell "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe -url web.whatsapp.com/send?phone=919810081867&text=mytext"
@Khalnayak_sanju143
@Khalnayak_sanju143 4 года назад
@@Exceltrainingvideos thank you sir
@learningtechie2964
@learningtechie2964 4 года назад
Sir , i was able to paste the text through chrome , but the picture is not being pasted. can u highlight which part of the code does that .. ?
@Exceltrainingvideos
@Exceltrainingvideos 4 года назад
Try again. Check your VBA code carefully line by line.
@anthonyblee1386
@anthonyblee1386 2 года назад
Great tutorial Sir.
@Exceltrainingvideos
@Exceltrainingvideos 2 года назад
Glad you liked it!
@devendrayadav283
@devendrayadav283 3 года назад
Great Sir 👏Can we send text message with screenshot using VBA as whatsApp is blocked to access using company's desktop
@Exceltrainingvideos
@Exceltrainingvideos 3 года назад
Query not quite clear.
@devendrayadav283
@devendrayadav283 3 года назад
Sir, can we send text message on mobile from excel using VBA
@suvarnadhanasekar
@suvarnadhanasekar 3 года назад
Hi Sir, Really awesome video,this i was searching so long,is it possible to send mulitple images to the whatsapp group instead of a particular number ?
@Exceltrainingvideos
@Exceltrainingvideos 3 года назад
Should be possible by again clicking on the 'Add' + sign. For that you'll need to study the HTML code of the relevant page.
@suvarnadhanasekar
@suvarnadhanasekar 3 года назад
@@Exceltrainingvideos Thank you so much for the reply ..Surely will try the same
@excel3657
@excel3657 2 года назад
Hello there. very nice application. Is it possible to send by opening whatsapp desktop application instead of web browser?
@droidtherapy1019
@droidtherapy1019 3 года назад
How would you send to multiple phone numbers...
@Exceltrainingvideos
@Exceltrainingvideos 3 года назад
Create a group.
@SohailKhan-km1iw
@SohailKhan-km1iw 2 года назад
Sir kuch time baad Internet explorer.application Wale code me error aata hae and bechme ruk jata hae
@Exceltrainingvideos
@Exceltrainingvideos 2 года назад
Maybe internet speed problem.
@sabiatasleem7491
@sabiatasleem7491 3 года назад
Sir i copy code and when i run it showing error 1004 showing yellow color on Activesheet(1).copy..please help me
@Exceltrainingvideos
@Exceltrainingvideos 3 года назад
Can you share the complete code here in the comments section?
@sabiatasleem7491
@sabiatasleem7491 3 года назад
@@Exceltrainingvideos any help Sir
@erpmastermind
@erpmastermind 3 года назад
This is Not Working...Please Send me Code For Chrome ... I checked in the comment box but I did not understand. Tell me where to declare the code for Chrome Use.
@Exceltrainingvideos
@Exceltrainingvideos 3 года назад
This link will guide: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-3klMEX40fwg.html
@vijayelectricalmechanicalc7923
@vijayelectricalmechanicalc7923 3 года назад
Thanks for such a wonderfull program, I am facing the error RUN TIME ERROR 13 TYPE MISMATCH also i intend to send one jpg file to all my contacts from excel pls advice
@Exceltrainingvideos
@Exceltrainingvideos 3 года назад
Please check your code carefully. The image that you have in Excel must be in some folder on your computer.
@uboatloverpublic135
@uboatloverpublic135 2 года назад
sir also show how to send unlimited messages like this
@mohamedborhan113
@mohamedborhan113 4 года назад
Amazing ... you are the best
@Exceltrainingvideos
@Exceltrainingvideos 4 года назад
Thank you so much 😀 Please share with all your buddies.
@suryaads7536
@suryaads7536 3 года назад
ActiveSheet.Shapes(1).Copy error sir... What can i do sir... Please help me... and give suggestion to me...
@Exceltrainingvideos
@Exceltrainingvideos 3 года назад
Check your code.
@RohitVerma-wg4ko
@RohitVerma-wg4ko 3 года назад
Can I send pdf file also through this method. Please let me know if there are some other changes to be made
@Exceltrainingvideos
@Exceltrainingvideos 3 года назад
Yes. This Excel VBA tutorial on WhatsApp will guide: www.exceltrainingvideos.com/upload-image-pdf-and-video-files-automatically-via-whatsapp/
@mahadevshirodkar9878
@mahadevshirodkar9878 4 года назад
what if I want to loop thru multiple numbers. will I have to open whatsapp multiple times in multiple windows? or there is way to avoid this?
@nunotorresreis
@nunotorresreis 4 года назад
Call a variable to where he has if phone number
@Exceltrainingvideos
@Exceltrainingvideos 4 года назад
It doesn't seem to work when using a variable for the phone number. Can you share a working code here?
@MRvinz1
@MRvinz1 3 года назад
@@Exceltrainingvideos Any solution for this? also doing similar project now. Thanks
@nachoorozcog
@nachoorozcog 3 года назад
That's great!!!! that also works with numbers that I don't have register??
@Exceltrainingvideos
@Exceltrainingvideos 3 года назад
Glad to hear that LOL!
@azghar.suhail
@azghar.suhail 3 года назад
Hey sir, What if I want to share the message with a group or a contact name instead of a Phone number?
@Exceltrainingvideos
@Exceltrainingvideos 3 года назад
This link will guide: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-d9_0JmF8TAQ.html
@azghar.suhail
@azghar.suhail 3 года назад
@@Exceltrainingvideos Thank you so much for ur reply. But I need without selenium like how it's in this video for whatsapp desktop app. Please request your help
@uboatloverpublic135
@uboatloverpublic135 2 года назад
sir please show to embed this with html page
@muhammedsikander5233
@muhammedsikander5233 2 года назад
Well great 👍 Which version of excel r you using in this video
@Exceltrainingvideos
@Exceltrainingvideos 2 года назад
Excel 365
@haadshah219
@haadshah219 3 года назад
Love you hogaya uncle G!
@Exceltrainingvideos
@Exceltrainingvideos 3 года назад
Thanks son!
@jundidoang7346
@jundidoang7346 4 года назад
Very good tutorial.
@Exceltrainingvideos
@Exceltrainingvideos 4 года назад
Glad you liked it! Please share the VBA tutorial on Whatsapp with your friends.
@gardentechnology9695
@gardentechnology9695 3 года назад
sir koi yesa application h jo whatsapp pe auto reply me image ,photo ,koi document bhejata ho jo ham manually set kare
@Exceltrainingvideos
@Exceltrainingvideos 3 года назад
Please contact the Whatsapp for the best solution.
@gardentechnology9695
@gardentechnology9695 3 года назад
@@Exceltrainingvideos sir aap apna whatsapp no dijie
@smassociates4190
@smassociates4190 Год назад
Developer not show coding details
@priyeshpandey100
@priyeshpandey100 3 года назад
hello sir, does we have to add all number in our phone contact?
@Exceltrainingvideos
@Exceltrainingvideos 3 года назад
At present you can use this concept to send details to one phone number.
@priyeshpandey100
@priyeshpandey100 3 года назад
@@Exceltrainingvideos ok...alos sir it is not picking up the image...what can u say?
@thehealerwithinart
@thehealerwithinart 2 года назад
hi sir, how the phone number comes in ? what is the link for that?
@Exceltrainingvideos
@Exceltrainingvideos 2 года назад
www.exceltrainingvideos.com/automatically-send-message-with-image-via-whatsapp/
@shalapkhandelwal1153
@shalapkhandelwal1153 3 года назад
Hi sir, how can we automated whatsapp message from Google form responses
@Exceltrainingvideos
@Exceltrainingvideos 3 года назад
What have you tried?
@shalapkhandelwal1153
@shalapkhandelwal1153 3 года назад
@@Exceltrainingvideos I have not tried anything yet
@indiavikas-computer
@indiavikas-computer 4 года назад
how to use whatsapp share button in vba for sending pdf file
@Exceltrainingvideos
@Exceltrainingvideos 4 года назад
ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-3klMEX40fwg.html
@rohitchandaliya8874
@rohitchandaliya8874 3 года назад
Sir isme hum trigger lga skte h
@Exceltrainingvideos
@Exceltrainingvideos 3 года назад
You can try.
@asifdhanani297
@asifdhanani297 3 года назад
The module is showing an (automation error) after running Plz help
@Exceltrainingvideos
@Exceltrainingvideos 3 года назад
Try again.
@lakshayamahajan
@lakshayamahajan 2 года назад
Can I use this on Google sheets
@Exceltrainingvideos
@Exceltrainingvideos 2 года назад
Add-ons are available.
@anandsmart
@anandsmart 3 года назад
i went step bu step but not able to please do help me if u can
@Exceltrainingvideos
@Exceltrainingvideos 3 года назад
This tutorial will help: www.exceltrainingvideos.com/upload-image-pdf-and-video-files-automatically-via-whatsapp/ Installation of the following apps properly is important: Chrome Driver Selenium Selenium Wrapper
@CraftycreationHQ
@CraftycreationHQ 3 года назад
What if I want to send multiple images with message on each image can I do so
@Exceltrainingvideos
@Exceltrainingvideos 3 года назад
You need to study the 'html' code for the space below the added image.
@CraftycreationHQ
@CraftycreationHQ 3 года назад
@@Exceltrainingvideos is there any video for that
@deepak94871
@deepak94871 2 года назад
sir its not working, pl help me.
@Exceltrainingvideos
@Exceltrainingvideos 2 года назад
Check your code and process again.
@learningtechie2964
@learningtechie2964 4 года назад
Sir , not working , do u have an option to send via chrome ?
@Exceltrainingvideos
@Exceltrainingvideos 4 года назад
Try again. Check your code carefully. Check the wait time. For Google Chrome use: Shell "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe -url web.whatsapp.com/send?phone=919810081867&text=mytext"
@learningtechie2964
@learningtechie2964 4 года назад
@@Exceltrainingvideos THANK YOU SIR . will check and revert
@mohanpal13555
@mohanpal13555 4 года назад
Great vedio sir
@Exceltrainingvideos
@Exceltrainingvideos 4 года назад
Thanks and welcome. Please share with your friends also.
@bibhutiacharya516
@bibhutiacharya516 3 года назад
Sir, how to send my number to other WhatsApp numbers using VB6.0
@Exceltrainingvideos
@Exceltrainingvideos 3 года назад
Don't know
@ashokuppalapati2688
@ashokuppalapati2688 4 года назад
You are Super sir
@Exceltrainingvideos
@Exceltrainingvideos 4 года назад
Glad you liked the video. Please share with friends.
@user-sj9xq6hb9p
@user-sj9xq6hb9p 4 года назад
Can we make the browser run in a headless mode? I want it to run in the background
@Exceltrainingvideos
@Exceltrainingvideos 4 года назад
What is headless mode?
@user-sj9xq6hb9p
@user-sj9xq6hb9p 4 года назад
@@Exceltrainingvideos Its a way to use the browser in the background without showing it up to the user We can do that using Selenium in Python
@chirantanparekh
@chirantanparekh 3 года назад
can you share method to send single message to multiple contacts without being blocked by WhatsApp
@Exceltrainingvideos
@Exceltrainingvideos 3 года назад
I don't think that is possible with a standard account. You can contact Whatsapp.
@ikdeepwaseer
@ikdeepwaseer 3 года назад
Sir can we send text message also using excel
@Exceltrainingvideos
@Exceltrainingvideos 3 года назад
This link will help: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-3klMEX40fwg.html
@ikdeepwaseer
@ikdeepwaseer 3 года назад
@@Exceltrainingvideos sir i meant that can we send SMS also using excel vba.. plz help
@mtg93818
@mtg93818 2 года назад
How did this work you didn't add mobile number
@Exceltrainingvideos
@Exceltrainingvideos 2 года назад
ie.navigate "web.whatsapp.com/send?phone=919810081867&text=" & mytext The above line of code is also in the description accompanying the video.
@sureshkannar4462
@sureshkannar4462 4 года назад
Great awesome Sir
@Exceltrainingvideos
@Exceltrainingvideos 4 года назад
Please share with your friends too.
@dilipsebastian5742
@dilipsebastian5742 4 года назад
Great 👍
@sureshkannar4462
@sureshkannar4462 4 года назад
@@Exceltrainingvideos Sure Sir, I am watching your Learning and too many effective on me for advance level. Thank you, Thank you Sir
@cibesPH
@cibesPH 4 года назад
How to add a dynamic WhatsApp number of the receiver? Thank you
@Exceltrainingvideos
@Exceltrainingvideos 4 года назад
Try it out. If it works, share it!
@mehrajmolla6461
@mehrajmolla6461 2 года назад
Sir please make in Android mobile for doing that in Android mobile can this possible in Android mobile
@Exceltrainingvideos
@Exceltrainingvideos 2 года назад
Will work on it. I don't have an Android phone at present.
@mehrajmolla6461
@mehrajmolla6461 2 года назад
@@Exceltrainingvideossir, is this possible in smart phone (automatic wattsup image) ??
@UnpluggedGuru
@UnpluggedGuru 3 года назад
Sir, In this method bypassing QR code ?
@Exceltrainingvideos
@Exceltrainingvideos 3 года назад
No
@gauravk7343
@gauravk7343 3 года назад
superb video
@Exceltrainingvideos
@Exceltrainingvideos 3 года назад
Thank you so much 😀
@mehmetekinci7210
@mehmetekinci7210 3 года назад
öncelikle yaptığınız paylaşım için sizi tebrik ediyoru. .pdf dosyalarının a whasaap a gönderme versiyonunu yayınlarsanız sevinirim. iyi günler.
@Exceltrainingvideos
@Exceltrainingvideos 3 года назад
This VBA tutorial will help: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-3klMEX40fwg.html
@digitrixenterprises9382
@digitrixenterprises9382 2 года назад
Not working properly what is this sir
@Exceltrainingvideos
@Exceltrainingvideos 2 года назад
This link will guide: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-9tNPkeQDQlQ.html What do you mean by what is this?
@digitrixenterprises9382
@digitrixenterprises9382 2 года назад
@@Exceltrainingvideos its showing error and not working properly not sending images
@Exceltrainingvideos
@Exceltrainingvideos 2 года назад
@@digitrixenterprises9382 I don't publish ANYTHING without checking it thoroughly on my laptop!
@bappyjahan4613
@bappyjahan4613 2 года назад
give me IMO bulk sms sanding VBA Cord
@rajivmittal904
@rajivmittal904 3 года назад
Please Create excel sheet with columns Mobile NUMBER, MSG, PICTURE AND SEND BUTTON Please share it asap
@Exceltrainingvideos
@Exceltrainingvideos 3 года назад
Please search this channel to solve your problem. There are enough videos to help solve this problem quickly and easily.
@rajendrameghwal6409
@rajendrameghwal6409 3 года назад
Error "User defined is not defined" at 2nd line ie
@Exceltrainingvideos
@Exceltrainingvideos 3 года назад
Check your code and installations of required software carefully.
@rajendrameghwal6409
@rajendrameghwal6409 3 года назад
@@Exceltrainingvideos First of all thanks for your valuable reply. Sir may i get coding for send this message by desktop App, i mean without require Code scan for login
@sagarsumandisplayd.j1394
@sagarsumandisplayd.j1394 3 года назад
Kindly help with payment
@Exceltrainingvideos
@Exceltrainingvideos 3 года назад
Already replied. You don't need to make any payment. The details are given below again: www.exceltrainingvideos.com/automatically-send-message-with-image-via-whatsapp/ Please install the different apps as mentioned on this link: www.exceltrainingvideos.com/upload-image-pdf-and-video-files-automatically-via-whatsapp/
@akshatkushwaha4883
@akshatkushwaha4883 2 года назад
Is this works in Bulk Msg
@Exceltrainingvideos
@Exceltrainingvideos 2 года назад
You can create a group.
@nagarajansinnapayan530
@nagarajansinnapayan530 4 года назад
Very Good
@Exceltrainingvideos
@Exceltrainingvideos 4 года назад
Thanks. Please share with all your friends.
@mahmoodsyed1329
@mahmoodsyed1329 3 года назад
Well appreciated
@Exceltrainingvideos
@Exceltrainingvideos 3 года назад
Most welcome! Please share my RU-vid channel on Excel with your friends too. Thanks.
@sagarsumandisplayd.j1394
@sagarsumandisplayd.j1394 3 года назад
I really want to use this feature i pay some mony
@Exceltrainingvideos
@Exceltrainingvideos 3 года назад
This Excel VBA lesson will guide: www.exceltrainingvideos.com/automatically-send-message-with-image-via-whatsapp/ Please install the different apps as mentioned on this link: www.exceltrainingvideos.com/upload-image-pdf-and-video-files-automatically-via-whatsapp/
@arshad4123
@arshad4123 3 года назад
i face some error plz guide me
@Exceltrainingvideos
@Exceltrainingvideos 3 года назад
This link will guide: www.exceltrainingvideos.com/automatically-send-message-with-image-via-whatsapp/
@darshank12star
@darshank12star 3 года назад
How to share same image to multiple people
@Exceltrainingvideos
@Exceltrainingvideos 3 года назад
You can create a group.
@sureshkannar4462
@sureshkannar4462 4 года назад
Sir, Can it possible in whats up group?
@Exceltrainingvideos
@Exceltrainingvideos 4 года назад
Working...
@brightway_
@brightway_ 3 года назад
excelent
@Exceltrainingvideos
@Exceltrainingvideos 3 года назад
Thanks. Please share with your friends too.
@baidyanathrai1057
@baidyanathrai1057 3 года назад
Year
@Exceltrainingvideos
@Exceltrainingvideos 3 года назад
OK
@bhavsar7656
@bhavsar7656 3 года назад
HOW TO SEND PDF FILE SEND SIRJI
@Exceltrainingvideos
@Exceltrainingvideos 3 года назад
Check this Excel VBA tutorial on WhatsApp: www.exceltrainingvideos.com/upload-image-pdf-and-video-files-automatically-via-whatsapp/
@AdiPermadi
@AdiPermadi 3 года назад
Mantap
@Exceltrainingvideos
@Exceltrainingvideos 3 года назад
Thanks!
@vasupadh6111
@vasupadh6111 3 года назад
can u share your sheet with us ?
@Exceltrainingvideos
@Exceltrainingvideos 3 года назад
This link will guide: www.exceltrainingvideos.com/automatically-send-message-with-image-via-whatsapp/
@CCTVANUP
@CCTVANUP 2 года назад
Help me
@Exceltrainingvideos
@Exceltrainingvideos 2 года назад
These tutorials will help: www.exceltrainingvideos.com/install-selenium-to-use-chrome-with-excel-vba/ www.exceltrainingvideos.com/tag/whatsapp-desktop-automation-with-vba/ You can also search my website or RU-vid channel.
@sujitroy7821
@sujitroy7821 4 года назад
👍🏻
@Exceltrainingvideos
@Exceltrainingvideos 4 года назад
Thanks. Please share with your friends.
@rakeshtc92
@rakeshtc92 4 года назад
Sir need your mail id
@Exceltrainingvideos
@Exceltrainingvideos 4 года назад
takyardinesh@gmail.com
@rakeshtc92
@rakeshtc92 4 года назад
@@Exceltrainingvideos thanks sir
@deepak94871
@deepak94871 2 года назад
its stuck on (ActiveSheet.Shapes(1).copy)
@Exceltrainingvideos
@Exceltrainingvideos 2 года назад
Check your code. This link will also help: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-9tNPkeQDQlQ.html
@baidyanathrai1057
@baidyanathrai1057 3 года назад
Year
@Exceltrainingvideos
@Exceltrainingvideos 3 года назад
OK
Далее
Моя Бывшая - Зомби Вернулась!
24:45
5 Things I wish I knew When I started using Excel VBA
12:45
I built my own 16-Bit CPU in Excel
15:45
Просмотров 1,4 млн