Dear Experts
I have a excel request as below
-
Filter relative columns in excel file first, then save it as [TestDT].
PS:[TestDT] is a table after filter[“Auto Approved”]
-
There is a for each activity after it. Its about sending email according to the address in excel file. No issue at this part
-
I set up a if condition and use [WriteCell] to remark “Found” or “Not Found” base on the result

-
The problem is, if I simply use Excel.Sheet(“closed”).cell(“F”+countAP.ToString), it will input some value to the cell which is beyound the filter(like what I show as below)

I try TestDT. sth or row(“Status”).sth but there is not [cell] after [.]
Since this is a [WriteCell] activity, it must include [cell] in VB
May I know how I can make it happen?
Thank you for your guidance in advance
Ivan




