Hi. Can i check is there a code i can add to module for the the file to stop running the code after 31 Dec 2020. I would like to run a check on the file's code every year end.
Hi. Can i check is there a code i can add to module for the the file to stop running the code after 31 Dec 2020. I would like to run a check on the file's code every year end.
Something like this?
![]()
Sub xxx() If Date > #12/31/2020# Then Exit Sub ' Your code End Sub
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks