I'm using the ShellExecute function that allows me to open a link from a macro in outlook, I need to be able to read the mail and send the information through a link where a server in php will process it How do I concatenate the x that has the name of pedro to be able to send it in my link?
x = "pedro"
lSuccess = ShellExecute(0, "Open", "http://localhost/caet/formu.php?nombre=jose&email=correo")
I need that in my php called formu the variable pedro arrives A thousand thanks