Months

Hi,
read range DTABLE
string array Months={“January”,February"…“December”}
For Each Row DtABLE
for each item Months
if
Row(3)ToString.contains(“Months”)
Write range
but didnt write ı didnt understand why.
Thank you

Can you please add some more details what you are trying to do. Whether you want to Loop through each row of DTable and check if it’s 4th Column is having any of the value from Months Array. Or you want to check for each row of DTable and then For Each element of Months Array