Hell o, I'm getting this object required error, which I do not know what it means exactly.
The code I'm running is shown below:
Dim TestYear As Long, TestMonth As Long, TestDay As Long, TestDate As Date
TestDay = Day(TestDate)
TestMonth = Month(TestDate)
TestYear = Year(TestDate)...