Pinaceous
Well-known Member
- Joined
- Jun 11, 2014
- Messages
- 1,124
- Office Version
- 365
- Platform
- Windows
Dear All,
I have two dates, where I'd like a message box to pop, if the dates are between this criteria.
How would I create the following?
Thank you!
pinaceous
I have two dates, where I'd like a message box to pop, if the dates are between this criteria.
Code:
sDate1 = #10/1/2019#
sDate2 = #9/30/2020#
How would I create the following?
Code:
If date is between sDate1 & sDate2 Then
MsgBox " Dates Within Range"
End If
Thank you!
pinaceous