chiswickbridge
Board Regular
- Joined
- Feb 2, 2013
- Messages
- 130
Hi Guys,
I have a database with Passport and License Details, with expiry dates.
I have conditional Formatting in a certain column to show the dates that are about to expire within the next 15 or 30 days.
And cells A1 in both sheet show ALARM or NONE to indicate that there are some expiry dates close to my criterea by using Today()+30 or 15.
But the Workbook has 100 sheets and at times I forget to access these pages.
Cell A1 in Sheet1 and Cell A1 in Sheet2, have a value either ALARM or NONE.
Need a VBA when WorkbookOpens, to show a message box with the following message :
Sheet1 has ALARM
Sheet2 has NONE or
Sheet1 has NONE
Sheet2 has ALARM or any combination.
The message box to contain just a OK button to acknowledge.
And the Workbook opens to default sheet1
I can later tweak it to add more sheets...
Any help...
I have a database with Passport and License Details, with expiry dates.
I have conditional Formatting in a certain column to show the dates that are about to expire within the next 15 or 30 days.
And cells A1 in both sheet show ALARM or NONE to indicate that there are some expiry dates close to my criterea by using Today()+30 or 15.
But the Workbook has 100 sheets and at times I forget to access these pages.
Cell A1 in Sheet1 and Cell A1 in Sheet2, have a value either ALARM or NONE.
Need a VBA when WorkbookOpens, to show a message box with the following message :
Sheet1 has ALARM
Sheet2 has NONE or
Sheet1 has NONE
Sheet2 has ALARM or any combination.
The message box to contain just a OK button to acknowledge.
And the Workbook opens to default sheet1
I can later tweak it to add more sheets...
Any help...