(From idx In Enumerable.Range(0,dtData.Rows.Count)
Where dtData.Rows(idx)(YourColumnNameOrIndex).toString.Trim.StartsWith(YourFilterString)
Select idx + YourOffset).toArray
here you got the template, are your replacing all the values from your values? like column name, you dt variable, filter
and remember after that to get youroffset which is explained here
I have tried to amend it, but it doesnt work. Actually my excel has a filter but there is no table. I used the read cell activity instead of read range and I got an error of (Object reference not set to an instnace of an object). Is there any way to solve it? Thank you.