Comparing dates in VBA
I have a date entered on a form using this format: “22/02/2024 13:20” and I want to compare it to a specific date to see if it is earlier, later or the same. This needs to be doe in VBA as the response will trigger alternative code being executed.
I have a date entered on a form using this format: “22/02/2024 13:20” and I want to compare it to a specific date to see if it is earlier, later or the same. This needs to be doe in VBA as the response will trigger alternative code being executed. Read More