Okey, my next question is simple too.
I have 2 excels with for example this names: Excel1 and Excel2. With append range I put the info of Excel1 under the info of Excel2, but at the same time I want to add the real date on the column w (I have this to the real date) =>
DateTime.Now.ToString(“dd/MM/yyyy”,System.Globalization.CultureInfo.InvariantCulture)
I have this:
Read Range.
Excel Application Scope. Inside of this I have:
- Assign activity, with this code:
TablaMB52.AsEnumerable.Take(TablaMB52.Rows.Count - 1).CopyToDataTable
And last one, append range.
So, what can I do to add the real date at the same time with the other data for each row at the column w? Thanks