Hi guys,
I want to make my Lookup DT dynamic - meaning - I want the Target columnindex to dynamic loop through all the columns and gradually enter data into my excel file.
I tried to use the following: cint(DTSelEq.Rows.IndexOf(row)+3) - but it throws an error.
Kindly guide how to work it out.