Hello all,
I'd need some help with this:
Given that I have 3 tabs (sheets), let's say: Alpha, Bravo and Charlie. I also have a 'data' sheet.
Let's assume that I have a =NOW() formula on Data!A1
I also have a list of 15 specific dates in 'Data', let's say from B1:B15
When running the sub, I want the code to "sniff" Data!A1 to detect today's date and if today's date corresponds to any of the given dates in B1:B15, the select a certain sheet (ex. Alpha) ... else, select sheet "Bravo".
Thanks for any help you can give!
I'd need some help with this:
Given that I have 3 tabs (sheets), let's say: Alpha, Bravo and Charlie. I also have a 'data' sheet.
Let's assume that I have a =NOW() formula on Data!A1
I also have a list of 15 specific dates in 'Data', let's say from B1:B15
When running the sub, I want the code to "sniff" Data!A1 to detect today's date and if today's date corresponds to any of the given dates in B1:B15, the select a certain sheet (ex. Alpha) ... else, select sheet "Bravo".
Thanks for any help you can give!