This article shows you how to send an image to a registered WhatsApp user in VBA / Visual Basic Script.
Before the recipient can receive your WhatsApp message, she MUST register with the WhatsMate WA Gateway. Instructions are available on the official site. Unregistered users will never receive messages from the Gateway.
To send a WhatsApp message containing an image in VBA, do this:
- First, learn how to send a simple text message on the official site.
- With the above knowledge, you can now download our sample code.
- Locate the file
vba/SendImage.vbs
. - Study the VBA code and customize the TODO/FIXME lines.
- Among other things, put down YOUR OWN number as the recipient. You can’t send messages to strangers because we are against SPAMMERS.
- Copy the image
assets\cute-girl.jpg
in the sample code package toC:\Users\Public\cute-girl.jpg
- Run
Main_Routine
in the VBA program.
Happy coding :)