ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Sending a email from inside Excel (https://www.excelbanter.com/excel-discussion-misc-queries/2041-sending-email-inside-excel.html)

Kelly Thompson

Sending a email from inside Excel
 
What I have done is created a time sheet for a month, and it also gives me
the hours that are worked in a week. Do what I would like to do is when the
week goes over 40 hours send a email, a pop-up or some kind of message that
this person went over thier time. Can this be done?

Thank you

Kelly


Ron de Bruin

Hi Kelly

Start here
http://www.rondebruin.nl/mail/change.htm



--
Regards Ron de Bruin
http://www.rondebruin.nl


"Kelly Thompson" wrote in message
...
What I have done is created a time sheet for a month, and it also gives me
the hours that are worked in a week. Do what I would like to do is when the
week goes over 40 hours send a email, a pop-up or some kind of message that
this person went over thier time. Can this be done?

Thank you

Kelly




Kelly Thompson

Thank you that is working great, Now how can I make it look at more cells.
Since my timesheets are in months and their are the 4 weeks in each month.

Thank you for all the help

"Ron de Bruin" wrote:

Hi Kelly

Start here
http://www.rondebruin.nl/mail/change.htm



--
Regards Ron de Bruin
http://www.rondebruin.nl


"Kelly Thompson" wrote in message
...
What I have done is created a time sheet for a month, and it also gives me
the hours that are worked in a week. Do what I would like to do is when the
week goes over 40 hours send a email, a pop-up or some kind of message that
this person went over thier time. Can this be done?

Thank you

Kelly





Ron de Bruin

hi Kelly

Try this

If Not Intersect(Range("A1"), rng) Is Nothing Then
If Range("A1").Value 200 Then MsgBox "Hi 1"
End If
If Not Intersect(Range("B1"), rng) Is Nothing Then
If Range("B1").Value 200 Then MsgBox "Hi 2"
End If


--
Regards Ron de Bruin
http://www.rondebruin.nl


"Kelly Thompson" wrote in message
...
Thank you that is working great, Now how can I make it look at more cells.
Since my timesheets are in months and their are the 4 weeks in each month.

Thank you for all the help

"Ron de Bruin" wrote:

Hi Kelly

Start here
http://www.rondebruin.nl/mail/change.htm



--
Regards Ron de Bruin
http://www.rondebruin.nl


"Kelly Thompson" wrote in message
...
What I have done is created a time sheet for a month, and it also gives me
the hours that are worked in a week. Do what I would like to do is when the
week goes over 40 hours send a email, a pop-up or some kind of message that
this person went over thier time. Can this be done?

Thank you

Kelly







Kelly Thompson

Thank you so much for the help I just figured out how to do the other cells
myself.
Thanks Again
Kelly

"Kelly Thompson" wrote:

Thank you that is working great, Now how can I make it look at more cells.
Since my timesheets are in months and their are the 4 weeks in each month.

Thank you for all the help

"Ron de Bruin" wrote:

Hi Kelly

Start here
http://www.rondebruin.nl/mail/change.htm



--
Regards Ron de Bruin
http://www.rondebruin.nl


"Kelly Thompson" wrote in message
...
What I have done is created a time sheet for a month, and it also gives me
the hours that are worked in a week. Do what I would like to do is when the
week goes over 40 hours send a email, a pop-up or some kind of message that
this person went over thier time. Can this be done?

Thank you

Kelly






All times are GMT +1. The time now is 08:51 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com