Hello!
I am getting data from 2 excel by read range, processing it using foreach, dt.select() etc and then appending the new data in the one of the excels being used.This is corrupting the data in excel.
Before the data gets corrupted i get an error message as:‘Min(155) must be less than or equal to max(-1) in range object’.
After this the data gets corrupted and the error is displayed as ‘Specified part does not belong in the package while using excel’
Can someone please help?
Regards.