To send messages automatically to a long list of recipients, use a VBA macro that loops through your data and simulates the "Enter" key to send. Send WhatsApp Messages from Excel - My Online Training Hub
=HYPERLINK("https://wa.me/" & [Phone] & "?text=" & [Message], "Send Message") vba code to send whatsapp message from excel download
There are two primary ways to achieve this: using simple Excel formulas (no coding) or using a robust VBA script for full automation. 1. The Formula Method (Non-VBA) To send messages automatically to a long list