Hello everyone,
I need a macro based on condition, if cell A1 is between 8.30 pm to 8.45 Pm then Cell A1 should higlighted
Hello everyone,
I need a macro based on condition, if cell A1 is between 8.30 pm to 8.45 Pm then Cell A1 should higlighted
You dont need a macro, you need Conditional Formatting
Select A1
Condtional Formatting
New Rule
"Use a formula to determine..."
=(AND(A1>=TIMEVALUE("20:30:00"),A1<=TIMEVALUE("20:45:00")))
highlight as required
Use Format painter to paste to other cells if needed
Regards
Special-K
Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.
Thanks a lot for your reply.... But conditional formula doesn't work since cel "A1" is contain a time formula "=Now()". Can pleaese help me out ...![]()
Acctually we need to perform some particular task on required time , it will be great if any one can provide a macro which will give a pop-up message , Suppose time is between 8:30 PM to 8:50 PM.
Hi all,
Can any one help me out with this problem: I need a macro which give a pop-up message when time is between 8:30 PM to 8:45 PM.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks