Click on "Debug" and check all values.
And use the function CDATE for en explict conversion from string to date, see
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
It is having
to the line like
Worksheets(List1).Cells(RowID2, 8).Value = Format(Now - Worksheets(List0).Cells(RowID, 7).Value, "Standard")
Worksheets(List0).Cells(RowID, 7).Value is having the value below.
21/07/2020 6:02:59 PM
How to resolve it?
Click on "Debug" and check all values.
And use the function CDATE for en explict conversion from string to date, see