The message has embedded spaces. This is not legal in a URL.
Spaces must be converted to %20 in a URL. Do this after the URL is complete:![]()
Message = "Dear " & rowname & ", your appointment has been register at : " & rowtimerdv & " Contact us for any changes. Merci"
I am still getting automation error with your code, still trying to figure out what else is wrong.![]()
URL = Replace(URL, " ", "%20")
Bookmarks