Hi,
Thanks for your reply.
I have managed to figure it out using:
dt.AsEnumerable().
Where(Function(row) row(“01-05-2024”).ToString().Contains(“2”)).
CopyToDataTable()
Thanks for offering to work on it! Cheers
Hi,
Thanks for your reply.
I have managed to figure it out using:
dt.AsEnumerable().
Where(Function(row) row(“01-05-2024”).ToString().Contains(“2”)).
CopyToDataTable()
Thanks for offering to work on it! Cheers