blairski10
New Member
- Joined
- Jan 26, 2014
- Messages
- 9
I have a Excel based Dashboard / Report that needs to be updated with new data sets on a number of specific dates.
Is there a way where I can create a VBA macro that will deliver a Popup Reminder when I open the file if one of the dates in my range of information equals the =TODAY() function? And if the value is TRUE, can I insert specific text to reminder based on the information in the Cell directly to the right?
Here's what I'm thinking of creating
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD]=TODAY()[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]11/15/15[/TD]
[TD]Update Dashboard with new financial data[/TD]
[/TR]
[TR]
[TD]4/1/16[/TD]
[TD]Update Dashboard with new subscription information[/TD]
[/TR]
[TR]
[TD]7/1/16[/TD]
[TD]Deliver Dashboard Report to Principals for Review[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Can this be done?
Thanks!
Blair
Is there a way where I can create a VBA macro that will deliver a Popup Reminder when I open the file if one of the dates in my range of information equals the =TODAY() function? And if the value is TRUE, can I insert specific text to reminder based on the information in the Cell directly to the right?
Here's what I'm thinking of creating
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD]=TODAY()[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]11/15/15[/TD]
[TD]Update Dashboard with new financial data[/TD]
[/TR]
[TR]
[TD]4/1/16[/TD]
[TD]Update Dashboard with new subscription information[/TD]
[/TR]
[TR]
[TD]7/1/16[/TD]
[TD]Deliver Dashboard Report to Principals for Review[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Can this be done?
Thanks!
Blair