DATASET VARIABLE

Hi,

How can I get specific columns from the dataset variable after exporting and use it in other excel files?

Kind Regards

Hi @Aki1111

Dim selectedData As DataTable = myDataset.Tables("myTable").DefaultView.ToTable(False, columnsToSelect)

Try in above way

Hope this may help you

Thanks,
Srini

2 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.