E
Eric
I would like to process following code if time is between 12:30PM and 2:30PM.
Does anyone have any suggestions on how to code this if-statement in VBA
coding for Excel's macro?
Thanks in advance for any suggestions
Eric
if time is between 12:30PM and 2:30PM then
(
Coding
);
Does anyone have any suggestions on how to code this if-statement in VBA
coding for Excel's macro?
Thanks in advance for any suggestions
Eric
if time is between 12:30PM and 2:30PM then
(
Coding
);