Pop-up Alerts

andyb16

Board Regular
Joined
Apr 19, 2011
Messages
77
Hi All,

I have a simple tabulated data as shown below:

<table width="229" border="0" cellpadding="0" cellspacing="0"><col style="width: 81pt;" width="108"> <col style="width: 91pt;" width="121"> <tbody><tr style="height: 15pt;" height="20"> <td class="xl65" style="height: 15pt; width: 81pt;" width="108" height="20">License Number</td> <td class="xl65" style="border-left: medium none; width: 91pt;" width="121">Renewal deadline</td> </tr> <tr style="height: 15pt;" height="20"> <td class="xl66" style="height: 15pt; border-top: medium none;" height="20">123</td> <td class="xl67" style="border-top: medium none; border-left: medium none;">30-Aug-11</td> </tr> <tr style="height: 15pt;" height="20"> <td class="xl66" style="height: 15pt; border-top: medium none;" height="20">456</td> <td class="xl67" style="border-top: medium none; border-left: medium none;">28-Jun-11</td> </tr> <tr style="height: 15pt;" height="20"> <td class="xl66" style="height: 15pt; border-top: medium none;" height="20">789</td> <td class="xl67" style="border-top: medium none; border-left: medium none;">15-Nov-11</td> </tr> </tbody></table>
My aim here is that this excel workbook should auto-open one month before the "Renewal deadline" and the date should start flashing.

Is there any way that this could be done by employing functions and formulas.

OR is VBA the way to go?

If the answer is VBA then please could someone suggest a suitable code as VBA is not my forte?

Thanks a lot!
 

Excel Facts

Copy PDF to Excel
Select data in PDF. Paste to Microsoft Word. Copy from Word and paste to Excel.
I would use simple conditional formatting to highlight the ones that are going to expire in one month's time. Should not be complicated. For auto-opening you indeed need VBA code and also (preferably) the Windows Scheduler.
 
Upvote 0
Do you use Excel regularly?

You could make modifications to PERSONAL.xls.

Otherwise you're gonna need more than VBA.

Have you considered an alarm clock?
 
Upvote 0
@Glory: Yes, I do use excel regularly. How do I go about making these modification you mentioned?

@Wigi: Please could tell me more about the Windows Scheduler?

Thanks,
Andy
 
Upvote 0

Forum statistics

Threads
1,224,521
Messages
6,179,285
Members
452,902
Latest member
Knuddeluff

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