Forum Discussion

LuisElCaminante's avatar
LuisElCaminante
Brass Contributor
Aug 03, 2021

Security message for sending message by WhatsApp with VBA Excel

I have created a procedure in VBA to send messages to WhatsApp and this is through WhatsApp desktop, the problem is that I get this message (see image) every time I try. Is there a way to prevent that message from going out, please?

 

I have navigated through the Trust Center, but I cannot find the solution.
Please, I would greatly appreciate your help with this matter.

 

Greetings
Successes

3 Replies

  • sulubc's avatar
    sulubc
    Copper Contributor

    LuisElCaminante 

     

    Viendo tu error, a mi me paso exactamente lo mismo, lo unico que hice fue crear un block de notas con el siguiente codigo y lo guarde como registro.reg, luego lo ejecute y listo, con eso queda solucionado el error de excel al enviar mensajes de whatsapp

     

    Windows Registry Editor Version 5.00

    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\16.0\Common\Security]
    "DisableHyperlinkWarning"=dword:00000001

    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\16.0\Common\Security\ApplicationGuard]
    "LastUsage"=hex(b):e0,e8,5b,3a,80,bf,d7,01

    • LuisElCaminante's avatar
      LuisElCaminante
      Brass Contributor
      Hola, disculpa, recién logro entrar y poder dar respuesta.
      Gracias por tu tiempo y tu ayuda, la verdad desconozco lo de .reg, averiguaré del tema.
      Muchas gracias y, aunque ya pasó hace poco, feliz año 🙂

Resources