emailing from excel

J

jabax

hello,

i would like to mail the workbook i work in with the use of a button.
i have attached the folowing code to the button

Application.Dialogs(xlDialogSendMail).Show

this works fine but i would like to add a recipients email addres
(which never changes) in the code

thank you very much

yves alexi
 
T

Tom Ogilvy

Look in help at the SendMail command.

--
Regards,
Tom Ogilvy

jabax said:
hello,

i would like to mail the workbook i work in with the use of a button.
i have attached the folowing code to the button

Application.Dialogs(xlDialogSendMail).Show

this works fine but i would like to add a recipients email address
(which never changes) in the code

thank you very much

yves alexis
creating financial statements
 

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