Last updated column check

hey guys,
I wanna check my last updated column in excel how can i check that ?

thanks
Cheers :slightly_smiling_face:

1 Like

hmmm maybe you can save the previous excel before you update it and check the previous and present excel @Mayur_Pawar

cheers :smiley:

Happy learning :smiley:

2 Likes

You can do like this,
ColumnNames(DataColumnCollection type) = dt.Columns.
then use a for each to display the column names.

@Mayur_Pawar
Use this query to get changes in datatable:

changeTable =table.GetChanges(DataRowState.Deleted)

Hope it will work!!!
Chhers @Mayur_Pawar

1 Like

i have excel iā€™m writing data in new column so while adding data into new column i want to check whether previous column has a data or not and column name is dynamic.