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

That sounds good but will work only if you put it wihtin the workbook sheet
code.
Not in a separate module.

Correct me if I am wrong.

Thanks.



"Charles Harmon" wrote in message
...
This code works in Excel 2000, MS XP. Test before you try it. Also if you
have Virus protection it may cause a warning.

Charles

Private Sub Workbook_BeforeSave(ByVal SaveAsUI As Boolean, _
Cancel As Boolean)
ActiveWorkbook.HasRoutingSlip = True
With ActiveWorkbook.RoutingSlip
If Sheets("Sheet1").Range("A1") 1000 Then
.Delivery = xlOneAfterAnother
.Subject = "Hello"
.Message = "TEST"
.Recipients = "Your E-Mail Address"
.ReturnWhenDone = False
ActiveWorkbook.Route
End If
End With
End Sub
"Jim Thomlinson" wrote in
message ...
Check out Rons site @ http://www.rondebruin.nl/

"Wayne" wrote:

Using MS Excel 97 with MS XP os


If a cells contents are of a greater value than say 1,000
is it possible for the excel workbook to be emailed upon
saving of the workbook without the person being aware ?

Is there any links to information on this subject???

Thanks in advance.

Wayne





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
Using Macro how to create email link for the email addresses in aRange or Selection Satish[_2_] Excel Worksheet Functions 8 December 28th 09 03:30 PM
send wkbk as an email attachment with an email address copied from SueInAtl Excel Discussion (Misc queries) 0 May 21st 07 10:53 PM
can I copy a column of email addresses, paste into email address? Lizizfree New Users to Excel 4 July 20th 06 10:03 PM
Transfer Email addresses from spreadsheet to email address book Beana Excel Discussion (Misc queries) 2 May 30th 06 06:07 PM
Email editor closes when forwarding Excel-embedded email Bambina Setting up and Configuration of Excel 0 March 16th 06 10:45 PM


All times are GMT +1. The time now is 07:31 PM.

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

About Us

"It's about Microsoft Excel"