Hi there
Ive written a code that timestamp a certain cell in a table:
However, when trying to filter the dates in the table they are not recognized as dates. The whole collumn in the sheet is formatted as dates beforehand as well. If i try to change formatting the cell to, say (dd.mm.yy), nothing happens (allthough the other dates in the table change).
Any idea on whats going on here?
Ive written a code that timestamp a certain cell in a table:
Code:
ws2.ListObjects("Table1").DataBodyRange(i, 1).Value = Format(Now(), "dd.mm.yyyy")
However, when trying to filter the dates in the table they are not recognized as dates. The whole collumn in the sheet is formatted as dates beforehand as well. If i try to change formatting the cell to, say (dd.mm.yy), nothing happens (allthough the other dates in the table change).
Any idea on whats going on here?