Hello,
I have experimented that when using this line of code:
While I have removed the above calling of LastRow() method then InsertRowsBelow() started to work quickly.
AltWN
I have experimented that when using this line of code:
worksheet.LastRow();
then InsertRowsBelow(1) works extremely slow.While I have removed the above calling of LastRow() method then InsertRowsBelow() started to work quickly.
AltWN