From: Dan Wood on
I have a macro to send emails which used to work but now doesn't. Whilst
running it within VB it flags an error with this part:-

'Execute the URL (start the email client)
ShellExecute 0 &, vbNullString, URL, vbNullString, vbNullString,
vbNormalFocus

I can't work out why because as far as i can tell nothing has changed.