Thread: Reminder pop-up
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Don Guillett Don Guillett is offline
external usenet poster
 
Posts: 10,124
Default Reminder pop-up

try
If Date = DateValue("7/23/" & Year(Date)) Then MsgBox "hh"

--
Don Guillett
SalesAid Software

"Digital2k" wrote in message
...
Hello group,

Is it possible to have a pop-up window that reminds me of a birthday or
anniversary etc. I realize Outlook can do this for me but I'm in sales and
I have a spreadsheet with a customer database and sales tracker. It would
be convenient to have that all in one spreadsheet. I'm not an expert in
excel yet, can anyone point me in the right direction?
Thanks,
Digital2k