Vb.net code

i have lot of csv file in folder. i need to all csv file merge in one excel file so give me any one vb.net code…

Hi @VENKATESH2

Replicate the below solution with minor changes ,I done using excel files instead of CSV.
Hope This will helps you out

Insert all the input files in the Input Folder.
Change the folder paths in the argument panel.

Append Excels.zip (342.1 KB)

Regards

Tq…i am using invoke code activity i need to vb.net code…