lynsey2 said:Thanks shadez!
Hay thats still not working at this end when i click on the email button i get a grey screen saying that a program is trying to send an email on your behalf... the to: is empty and subjest says subject then it has send or dont send... if i click on send a time line thing comes up and says message sent then the mesage box appears saying emails have been sent but im not getting the email at all??
1. not getting the email
2. its not asking what i want to attach??
3. where did outlook go i wanted to be able to type a message before i hit send?
1)My code wont work without the required "EmailPlus.DLL". As far as im aware you dont have this, it was to big to attach to the post.
2)You attach files via code, IE
Code:
buildemail.addattachment "C:\somefile.xls"
3)You can type a message just not in outlook "EMAIL PLUS DOESENT USE OUTLOOK", well it accualy uses you default mail client. To type a message add a text box and type there, you can the set the contents of the textbox to the settext property.
This post is about "Email Plus" only, If you dont want to use this code you can ignore this post.
Regards
ShadeZ