malaya tigre
New Member
- Joined
- Apr 6, 2017
- Messages
- 12
Hi..
I got this formula in B column which calculating value on F column...
=IF(F2<=TODAY(), "EXPIRED", IF(AND(F2-TODAY()>0, F2-TODAY()>=10), "ACTIVE", "REMINDER"))
By using VBA code, how can i have a message box that tell me such like "62 REMINDER found to update"?
Thanks..
I got this formula in B column which calculating value on F column...
=IF(F2<=TODAY(), "EXPIRED", IF(AND(F2-TODAY()>0, F2-TODAY()>=10), "ACTIVE", "REMINDER"))
By using VBA code, how can i have a message box that tell me such like "62 REMINDER found to update"?
Thanks..