Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Worksheet Functions / May 2008

Tip: Looking for answers? Try searching our database.

Can i set up an overdue pop up in excel?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
JCS - 22 May 2008 12:17 GMT
Hi

Can you set up Excel to popup when something is overdue a certain date?
Mike H - 22 May 2008 12:45 GMT
Hi,

Yes you can but you don't provide too much help on precisely what you want
to achieve so perhaps you can build on this. Right click your worksheet, view
code and paste this in. As soon as the date in A1 is in the past you get a
popup when you activate the sheet.

Private Sub Worksheet_Activate()
If IsDate(Range("A1").Value) And Range("A1").Value < Date Then
MsgBox "Overdue action " & Range("A1").Value
End If
End Sub

Mike

> Hi
>
> Can you set up Excel to popup when something is overdue a certain date?
JCS - 22 May 2008 14:22 GMT
Hi

What i have is a spreadsheet with dates of PO's ordered, i would like for it
to notify me when it passes the date of delivery therefore it being overdue!  
I'm sorry but i don't understand what you mean by view code??  Thanks for
your prompt answer.

> Hi,
>
[quoted text clipped - 14 lines]
> >
> > Can you set up Excel to popup when something is overdue a certain date?
Susan - 22 May 2008 12:47 GMT
if you could settle for a color signal, you could use conditional
formatting.........

choose Format, Conditional Formatting:
if cell value            is greater than or equal to
=today()+90  (for example)
then select formatting.

hth
susan

> Hi
>
> Can you set up Excel to popup when something is overdue a certain date?  
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.