Ir para conteúdo
Fórum Script Brasil
  • 0

Create links wa.me (to send whatsapp texts messages)


Bruno Couto

Pergunta

Hi. I've got this script on VBA
 

Sub disparo_wpp()
Dim Lin As Integer
Dim Contato As String
Dim Texto As String

Lin = 6

Shell "C:\Program Files\Google\Chrome\Application\chrome.exe" & " https://wa.me/55"

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

Do Until Planilha1.Cells(Lin, 2) = ""
    Contato = Planilha1.Cells(Lin, 2)
    Texto = Planilha1.Cells(Lin, 3)
    
    With Application
        .SendKeys "{TAB}"
        .SendKeys "{TAB}"
        .Wait Now + TimeValue("00:00:02")
        .SendKeys Contato
        .Wait Now + TimeValue("00:00:02")
        .SendKeys "~"
        .Wait Now + TimeValue("00:00:02")
        .SendKeys Texto
        .Wait Now + TimeValue("00:00:02")
        .SendKeys "~"
        .SendKeys "{TAB}"
        .SendKeys "{TAB}"
        .SendKeys "{TAB}"
    End With
Lin = Lin + 1
Loop

End Sub


On this srcipt i'm facing on truly challenge: to concate and create a link to send  text messages on Whatsapp.
My question is: how can I concate this string <"https://wa.me/55"> with a colunm where there's all the phones numbers that I wish to contact?

Link para o comentário
Compartilhar em outros sites

0 respostass a esta questão

Posts Recomendados

Até agora não há respostas para essa pergunta

Participe da discussão

Você pode postar agora e se registrar depois. Se você já tem uma conta, acesse agora para postar com sua conta.

Visitante
Responder esta pergunta...

×   Você colou conteúdo com formatação.   Remover formatação

  Apenas 75 emoticons são permitidos.

×   Seu link foi incorporado automaticamente.   Exibir como um link em vez disso

×   Seu conteúdo anterior foi restaurado.   Limpar Editor

×   Você não pode colar imagens diretamente. Carregar ou inserir imagens do URL.



  • Estatísticas dos Fóruns

    • Tópicos
      152,3k
    • Posts
      652,3k
×
×
  • Criar Novo...