amircse0711
New Member
- Joined
- Jul 22, 2019
- Messages
- 25
Please find the below code to understand my question:
Set tbl = Sheets("Employee Leave Tracker").ListObjects("LeaveTracker")
My table "LeaveTracker" has start date in column 2 and end date in column 3. I want to check, if the user input (through calender - DTpicker) falls with the range of the date in col 2&3.
Set tbl = Sheets("Employee Leave Tracker").ListObjects("LeaveTracker")
My table "LeaveTracker" has start date in column 2 and end date in column 3. I want to check, if the user input (through calender - DTpicker) falls with the range of the date in col 2&3.