I need help writing the correct VBA code ... I want to create an If/Then statement that checks the time. If the time is between 09:00 and 3:00 pm then (pop up msgbox)...
I'm not writing the time code correctly ... any help will be appreciated.
If Now() = Between >= [09:00:00] And <= [15:00:00] Then
I'm not writing the time code correctly ... any help will be appreciated.
If Now() = Between >= [09:00:00] And <= [15:00:00] Then