View Single Post
  #8   Report Post  
Posted to microsoft.public.excel.programming
Anne Troy[_2_] Anne Troy[_2_] is offline
external usenet poster
 
Posts: 221
Default is there anyone that has successfully sent a page or a copied range using outlook express?

Try another site, Gary:
www.vbaexpress.com
*******************
~Anne Troy

www.OfficeArticles.com
www.MyExpertsOnline.com


"Gary Keramidas" wrote in message
...
one other question:

how come code posted on a lot of these websites never runs as posted?

there
are always variables or something missing. half the time, that's the

hardest
part for me to set up.

--


Gary


"Dave Patrick" wrote in message
...
Afraid there's no object model within OE and IMO SendKeys is too flakey
(some process may unexpectedly steal the focus in the middle). You

should
be able to instantiate the CDO.Message object in your code to send the
mail
message using one of Paul's examples.

--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

"Gary Keramidas" wrote:
| thanks dave, but isn't there any way to just past the range i've

copied
to
| the clipboard in the body of an outlook express email?
|
| --
|
|
| Gary