|
|
|
date: Tue, 01 Jul 2008 19:50:37 GMT,
group: microsoft.public.excel.links
back
Re: Creating a mail link
Depending on what you mean, it may not be an excel problem.
Once you hit the link, excel will defer to whatever program you use for your
email client.
In windows XP, I can change that email client by:
Going into the control panel
Internet options|Programs tab
and specifying OE as the default email program.
I do remember having a problem once. That tab showed OE as the default email
program. I had to change it to something else, apply it, close the dialog (I
think???), then change it to OE.
But that was a longggggggg time ago and I haven't had any trouble since then.
(ps. I'm also use xl2003.)
Jeremy Brown wrote:
>
> Does this work when you are using Outlook express? I've tried this under
> Excel 2003 with poor results.
>
> Jeremy
>
> "Bill Manville" wrote in message
> news:VA.000014b1.27e271e6@msn.com...
> > You could create the hyperlink with something like this:
> >
> > =HYPERLINK("MailTo:MyName@MyISP.com?subject=Sales for " &
> > TEXT(TODAY()-0.25,"d-mmm"),"Send Sales")
> >
> > This will give the date of 6 hours earlier.
> > Alternatively if you have a cell containing the date you want you could
> > use that in place of TODAY()-0.25
> >
> > Bill Manville
> > MVP - Microsoft Excel, Oxford, England
> > No email replies please - respond to newsgroup
> >
--
Dave Peterson
date: Fri, 04 Jul 2008 13:53:08 -0500
author: Dave Peterson
Re: Creating a mail link
Burger King Framingham wrote:
> the To field has emailto:office, while the subject is everything after -
> "text" =(formula"&)
>
I don't think you could have copied my model very accurately.
Try adapting the following first (note MailTo, not eMailTo):
=HYPERLINK("MailTo:MyName@MyISP.com?subject=Sales","Send Sales")
and if it doesn't work, post the formula as you used it and the effect in
Outlook Express.
If it does work, change it so that the formula ends
?subject=Sales" & TEXT(TODAY()-0.25,"d-mmm"), "Send Sales")
Bill Manville
MVP - Microsoft Excel, Oxford, England
No email replies please - respond to newsgroup
date: Tue, 08 Jul 2008 19:58:06 GMT
author: Bill Manville
Re: Creating a mail link
I did a copy and paste of your information then edited the fields. What I
was basically saying that the To field had the mailto:comment while the
subject had the text that came after the "subject=" section, but I mistyped
the data in my previous response. Sorry for the confusion. I will try the
second line once I get the chance tonight.
Thank you again,
Jeremy
"Bill Manville" wrote in message
news:VA.000014b4.49625554@msn.com...
> Burger King Framingham wrote:
> > the To field has emailto:office, while the subject is everything after -
> > "text" =(formula"&)
> >
>
> I don't think you could have copied my model very accurately.
>
> Try adapting the following first (note MailTo, not eMailTo):
> =HYPERLINK("MailTo:MyName@MyISP.com?subject=Sales","Send Sales")
> and if it doesn't work, post the formula as you used it and the effect in
> Outlook Express.
>
> If it does work, change it so that the formula ends
> ?subject=Sales" & TEXT(TODAY()-0.25,"d-mmm"), "Send Sales")
>
> Bill Manville
> MVP - Microsoft Excel, Oxford, England
> No email replies please - respond to newsgroup
>
date: Tue, 08 Jul 2008 21:29:24 GMT
author: Burger King Framingham
|
|