#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 119
Default Mail

Hi,

With a great deal of help from Ron de Bruin's and dicks-clicks's websites I
am reasonably happy with sending an Excel sheet as an attachment.

The problem is that, whilst it is desirable to create e-mails 'on-the-fly',
I don't want to send them until they have been 'vetted'. Placing them in
Outlook's Drafts Folder would appear to be an ideal solution.
Unfortunately, I don't know how to do this, or even if it can be done.

If any of you could help in any way I would be more than grateful.

Regards,

Don


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,253
Default Mail


Don..
banged the wrong key and posted my reply to another thread :)

Sub QnD_outlook_draft()
'get outlook
With CreateObject("Outlook.application")
'set drafts folder
.Session.GetDefaultFolder (olFolderDrafts)
'create message
With .CreateItem(olMailItem)
.Subject = "Where's this gone"
'save it in the current folder
.Save
End With
End With

End Sub

--
keepITcool
| www.XLsupport.com | keepITcool chello nl | amsterdam


Don Lloyd wrote :

Hi,

With a great deal of help from Ron de Bruin's and dicks-clicks's
websites I am reasonably happy with sending an Excel sheet as an
attachment.

The problem is that, whilst it is desirable to create e-mails
'on-the-fly', I don't want to send them until they have been
'vetted'. Placing them in Outlook's Drafts Folder would appear to be
an ideal solution. Unfortunately, I don't know how to do this, or
even if it can be done.

If any of you could help in any way I would be more than grateful.

Regards,

Don


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,302
Default Mail

Hi Don,

And what time do ou think it is in Amsterdam <g


---
Regards,
Norman



"Don Lloyd" wrote in message
...
Hi keepITcool,

Looks good !
I'll go through it in detail tomorrow - it's 3.10 am here in the UK

Regards and Thanks,

Don

"keepITcool" wrote in message
...

Don..
banged the wrong key and posted my reply to another thread :)

Sub QnD_outlook_draft()
'get outlook
With CreateObject("Outlook.application")
'set drafts folder
.Session.GetDefaultFolder (olFolderDrafts)
'create message
With .CreateItem(olMailItem)
.Subject = "Where's this gone"
'save it in the current folder
.Save
End With
End With

End Sub

--
keepITcool
| www.XLsupport.com | keepITcool chello nl | amsterdam


Don Lloyd wrote :

Hi,

With a great deal of help from Ron de Bruin's and dicks-clicks's
websites I am reasonably happy with sending an Excel sheet as an
attachment.

The problem is that, whilst it is desirable to create e-mails
'on-the-fly', I don't want to send them until they have been
'vetted'. Placing them in Outlook's Drafts Folder would appear to be
an ideal solution. Unfortunately, I don't know how to do this, or
even if it can be done.

If any of you could help in any way I would be more than grateful.

Regards,

Don






  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 119
Default Mail

Hi keepITcool,

Looks good !
I'll go through it in detail tomorrow - it's 3.10 am here in the UK

Regards and Thanks,

Don

"keepITcool" wrote in message
...

Don..
banged the wrong key and posted my reply to another thread :)

Sub QnD_outlook_draft()
'get outlook
With CreateObject("Outlook.application")
'set drafts folder
.Session.GetDefaultFolder (olFolderDrafts)
'create message
With .CreateItem(olMailItem)
.Subject = "Where's this gone"
'save it in the current folder
.Save
End With
End With

End Sub

--
keepITcool
| www.XLsupport.com | keepITcool chello nl | amsterdam


Don Lloyd wrote :

Hi,

With a great deal of help from Ron de Bruin's and dicks-clicks's
websites I am reasonably happy with sending an Excel sheet as an
attachment.

The problem is that, whilst it is desirable to create e-mails
'on-the-fly', I don't want to send them until they have been
'vetted'. Placing them in Outlook's Drafts Folder would appear to be
an ideal solution. Unfortunately, I don't know how to do this, or
even if it can be done.

If any of you could help in any way I would be more than grateful.

Regards,

Don




  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 119
Default Mail

It's different for you Norman. You're on the flat while here in North Wales
we are hills and mountains :)

Don



"Norman Jones" wrote in message
...
Hi Don,

And what time do ou think it is in Amsterdam <g


---
Regards,
Norman







  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,302
Default Mail

Hi Don,

My comment was actually a reference your respondent's signature - not that I
would mind being there!


---
Regards,
Norman


"Don Lloyd" wrote in message
...
It's different for you Norman. You're on the flat while here in North

Wales
we are hills and mountains :)

Don



"Norman Jones" wrote in message
...
Hi Don,

And what time do ou think it is in Amsterdam <g


---
Regards,
Norman







Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
mail merge multiple lines in an e-mail Guy[_2_] Excel Discussion (Misc queries) 1 December 1st 09 08:32 PM
How do I do an e-mail mail merge using an Excel spreadsheet? Gretchen Excel Worksheet Functions 0 July 19th 09 05:18 PM
E-mail to every e-mail address in an Excel column? MrMan&Fam Excel Discussion (Misc queries) 24 July 19th 06 09:35 AM
Error: cannot load the mail service. Check your mail installation. Brad Bowser Excel Discussion (Misc queries) 0 December 20th 05 10:03 PM
General mail failure when sending e-mail from Excel Adrienne Excel Discussion (Misc queries) 5 November 4th 05 12:59 PM


All times are GMT +1. The time now is 06:21 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"