Pop reminder in excel 2013

Closed
Scofield - Mar 30, 2017 at 05:21 AM
 Blocked Profile - Mar 30, 2017 at 05:00 PM
HI,

Kindly assist me with code for pop/reminder message in excel. For example a reminder of due date

Obwoge
Related:

1 response

theduedate =range("b1").value
thedate=range("a1").value
if thedate > theduedate then
MSGBOX("THE DATE IS OVERDUE!")
end if


VIOLA, it is that simple!

It's kind of fun to do the impossible! -Walter Elias Disney
0