Fw: send two or more files with Excel and Outlook Express

I

Infosistem

Hello,
I must send some files ( es. file1 - file2.eur - file3.doc ) with Excel and
Outlook Express .

My macro use :
-------------------------------------------------------------

wcHlink = "mailto:" & wcMailAddr & wcMailObjetc & wcmailMess

ActiveWorkbook.FollowHyperlink (wcHlink)

-----------------------------------------------------------
for to execute the program of mail ; and after :
------------------------------------------------------------
Application.SendKeys Keys:="%I", Wait:=True
Application.SendKeys Keys:="A", Wait:=True
Application.SendKeys Keys:=wcNameFile, Wait:=True
Application.SendKeys Keys:="{RETURN}", Wait:=True

----------------------------------------------------------
to put in the buffer's keyboard, the right keys


have you a good idea ?


Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top