Hi, I need to do the same as Windows Explorer Send to....Email recipient command.

Do you now how?

For ex. I launch a html file using shell command as follow:

Shell "rundll32.exe url.dll,FileProtocolHandler file://" & archivo, vbMaximizedFocus

but I need to do the same to attach a file in new email message....

Thanks.