input excel
the values which i am getting from text file. I am having all values which i required.
My question is how to write those values into excel by comparing the account no.
Thanks in Advance.
input excel
the values which i am getting from text file. I am having all values which i required.
My question is how to write those values into excel by comparing the account no.
Thanks in Advance.
Use build datatable and add all the required columns.
Then using regex, extract the values from text file and add it to the datatable.
You can use look up datatable and find the account number on the excel which gives you the cell number like A11(Say stored in Str variable)…then you know each column so if you need to fill Branch then in write cell use cell as Str.Replace("A","C")
as I see the column is C for branch…accordingly use for other columns as well
Hope this helps
cheers
@Manju_Reddy_Kanughula ,
Is it possible to share the input excel and the 2 or 3 text file . So that we can try and update?
Regards,