Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 354
Default Automation, send email or red flag if cell value exceeded


How to write a macro so that if a value in a cell is exceeded, the excel
window will flash or turn to red?

In a financial excel spread sheet, a manager has to keep track on the total
money
every day. If the money is exceed a certain value he has to take actions.

How to make this automation by flashing or turn red or even better send
email?

Thanks
Daniel


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,836
Default Automation, send email or red flag if cell value exceeded

Ron de Bruin is pretty much the master of this stuff!!
http://www.rondebruin.nl/mail/change.htm

Oh, and this is worth a look too:
http://www.contextmagic.com/express-clickyes/
I don't think you will be sending multiple emails, but if you do, run that
small utility. Try sending multiple emails without it, and try sending
multiple emails with it...it's magic....

Regards,
Ryan---

--
RyGuy


"Daniel" wrote:


How to write a macro so that if a value in a cell is exceeded, the excel
window will flash or turn to red?

In a financial excel spread sheet, a manager has to keep track on the total
money
every day. If the money is exceed a certain value he has to take actions.

How to make this automation by flashing or turn red or even better send
email?

Thanks
Daniel


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default Automation, send email or red flag if cell value exceeded

Or use Outlook 2007 or CDO or redemption

See
http://www.rondebruin.nl/mail/prevent.htm


--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"ryguy7272" wrote in message ...
Ron de Bruin is pretty much the master of this stuff!!
http://www.rondebruin.nl/mail/change.htm

Oh, and this is worth a look too:
http://www.contextmagic.com/express-clickyes/
I don't think you will be sending multiple emails, but if you do, run that
small utility. Try sending multiple emails without it, and try sending
multiple emails with it...it's magic....

Regards,
Ryan---

--
RyGuy


"Daniel" wrote:


How to write a macro so that if a value in a cell is exceeded, the excel
window will flash or turn to red?

In a financial excel spread sheet, a manager has to keep track on the total
money
every day. If the money is exceed a certain value he has to take actions.

How to make this automation by flashing or turn red or even better send
email?

Thanks
Daniel


  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 354
Default Automation, send email or red flag if cell value exceeded

Thanks Ron
I tried this by copying and paste to sheet tab/view code but I have to run
macro manually. How to be automation when the value of a cell exceed exp 200

"Ron de Bruin" wrote:

Or use Outlook 2007 or CDO or redemption

See
http://www.rondebruin.nl/mail/prevent.htm


--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"ryguy7272" wrote in message ...
Ron de Bruin is pretty much the master of this stuff!!
http://www.rondebruin.nl/mail/change.htm

Oh, and this is worth a look too:
http://www.contextmagic.com/express-clickyes/
I don't think you will be sending multiple emails, but if you do, run that
small utility. Try sending multiple emails without it, and try sending
multiple emails with it...it's magic....

Regards,
Ryan---

--
RyGuy


"Daniel" wrote:


How to write a macro so that if a value in a cell is exceeded, the excel
window will flash or turn to red?

In a financial excel spread sheet, a manager has to keep track on the total
money
every day. If the money is exceed a certain value he has to take actions.

How to make this automation by flashing or turn red or even better send
email?

Thanks
Daniel



  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default Automation, send email or red flag if cell value exceeded

See
http://www.rondebruin.nl/mail/change.htm

--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"Daniel" wrote in message ...
Thanks Ron
I tried this by copying and paste to sheet tab/view code but I have to run
macro manually. How to be automation when the value of a cell exceed exp 200

"Ron de Bruin" wrote:

Or use Outlook 2007 or CDO or redemption

See
http://www.rondebruin.nl/mail/prevent.htm


--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"ryguy7272" wrote in message ...
Ron de Bruin is pretty much the master of this stuff!!
http://www.rondebruin.nl/mail/change.htm

Oh, and this is worth a look too:
http://www.contextmagic.com/express-clickyes/
I don't think you will be sending multiple emails, but if you do, run that
small utility. Try sending multiple emails without it, and try sending
multiple emails with it...it's magic....

Regards,
Ryan---

--
RyGuy


"Daniel" wrote:


How to write a macro so that if a value in a cell is exceeded, the excel
window will flash or turn to red?

In a financial excel spread sheet, a manager has to keep track on the total
money
every day. If the money is exceed a certain value he has to take actions.

How to make this automation by flashing or turn red or even better send
email?

Thanks
Daniel





  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 354
Default Automation, send email or red flag if cell value exceeded

Hi Ron
Why I have to hit yes to allow to send email message. How to make it
automatically?
Daniel

"Ron de Bruin" wrote:

See
http://www.rondebruin.nl/mail/change.htm

--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"Daniel" wrote in message ...
Thanks Ron
I tried this by copying and paste to sheet tab/view code but I have to run
macro manually. How to be automation when the value of a cell exceed exp 200

"Ron de Bruin" wrote:

Or use Outlook 2007 or CDO or redemption

See
http://www.rondebruin.nl/mail/prevent.htm


--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"ryguy7272" wrote in message ...
Ron de Bruin is pretty much the master of this stuff!!
http://www.rondebruin.nl/mail/change.htm

Oh, and this is worth a look too:
http://www.contextmagic.com/express-clickyes/
I don't think you will be sending multiple emails, but if you do, run that
small utility. Try sending multiple emails without it, and try sending
multiple emails with it...it's magic....

Regards,
Ryan---

--
RyGuy


"Daniel" wrote:


How to write a macro so that if a value in a cell is exceeded, the excel
window will flash or turn to red?

In a financial excel spread sheet, a manager has to keep track on the total
money
every day. If the money is exceed a certain value he has to take actions.

How to make this automation by flashing or turn red or even better send
email?

Thanks
Daniel




  #7   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default Automation, send email or red flag if cell value exceeded

See
http://www.rondebruin.nl/mail/prevent.htm

--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"Daniel" wrote in message ...
Hi Ron
Why I have to hit yes to allow to send email message. How to make it
automatically?
Daniel

"Ron de Bruin" wrote:

See
http://www.rondebruin.nl/mail/change.htm

--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"Daniel" wrote in message ...
Thanks Ron
I tried this by copying and paste to sheet tab/view code but I have to run
macro manually. How to be automation when the value of a cell exceed exp 200

"Ron de Bruin" wrote:

Or use Outlook 2007 or CDO or redemption

See
http://www.rondebruin.nl/mail/prevent.htm


--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"ryguy7272" wrote in message ...
Ron de Bruin is pretty much the master of this stuff!!
http://www.rondebruin.nl/mail/change.htm

Oh, and this is worth a look too:
http://www.contextmagic.com/express-clickyes/
I don't think you will be sending multiple emails, but if you do, run that
small utility. Try sending multiple emails without it, and try sending
multiple emails with it...it's magic....

Regards,
Ryan---

--
RyGuy


"Daniel" wrote:


How to write a macro so that if a value in a cell is exceeded, the excel
window will flash or turn to red?

In a financial excel spread sheet, a manager has to keep track on the total
money
every day. If the money is exceed a certain value he has to take actions.

How to make this automation by flashing or turn red or even better send
email?

Thanks
Daniel




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
Send email based on cell value James Excel Programming 16 June 4th 08 04:39 PM
Ecel - every cell clicked on wants to send email searcher01 Excel Discussion (Misc queries) 0 July 11th 07 06:58 AM
Send Email depending on Cell Value Tomas Stroem Excel Programming 1 May 10th 07 10:44 AM
Send Email When Cell Value Changes [email protected] Excel Programming 5 May 18th 06 03:25 PM
send email from cell contents gall Excel Discussion (Misc queries) 0 February 20th 05 03:41 PM


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

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"