Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 74
Default Sending Workbook

Hi
I have got a command button which sends the worksheet to the applicable
mailbox however because the workbook is a large size (2000kb) I was wondering
if there is a way to automatically delete the email from outlook so as not to
clog up the mailbox.

Any suggestions????

thanks
Noemi
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Sending Workbook

Noemi wrote:
Hi
I have got a command button which sends the worksheet to the applicable
mailbox however because the workbook is a large size (2000kb) I was wondering
if there is a way to automatically delete the email from outlook so as not to
clog up the mailbox.

Any suggestions????

thanks
Noemi



Hi Noemi,

Try...

With olNewMail
.DeleteAfterSubmit = True
.Send
End With

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
Sending sheets in workbook billy2willy Excel Discussion (Misc queries) 4 July 28th 05 05:43 PM
VBA for sending workbook via Outlook Tod Excel Programming 1 May 26th 05 04:48 PM
sending only one sheet from a workbook Alex Excel Programming 1 February 27th 05 09:15 PM
Sending a workbook with a message MacroMan Excel Programming 1 August 8th 03 02:59 PM
Sending data to a different workbook Kevin Excel Programming 1 August 6th 03 04:46 PM


All times are GMT +1. The time now is 03:19 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"