Only Due Date Reminder as POPUP as excel opens

jon112211

New Member
Joined
Apr 20, 2013
Messages
7
Hello Friends,iam having a excel file with "Party name, Insurance companies name, Amount insured, Due date"Now i want a popup message each time i open the excelpopup message should contain only the "name of insurance company" whose due date is 3 day left to 0 days leftplz tell me step by step process as iam not an expert with VBSiam using Excel 2007
 
HEY MUMPS............its ok........i did it myself......jst took some time.............thanks dear.........
 
Upvote 0

Excel Facts

How to show all formulas in Excel?
Press Ctrl+` to show all formulas. Press it again to toggle back to numbers. The grave accent is often under the tilde on US keyboards.
Jon try this formula...
column e formula is =IF(OR(D2-TODAY()>3,D2<TODAY()),"",D2-TODAY()&" days left!")
column f formula is =IF(D2<TODAY(),-(TODAY()-D2)&" days left!","")
column g formula is =IF(E2="",F2,E2)
 
Upvote 0

Forum statistics

Threads
1,214,945
Messages
6,122,395
Members
449,081
Latest member
JAMES KECULAH

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top