How would you optimize the following code :
Sheet.Activate
Sheet.Cells(i,j).EntireRow.Select
selection.Copy
selection.Offset(1).Insert
I am particularly bogged with the last line Thanks
How would you optimize the following code :
Sheet.Activate
Sheet.Cells(i,j).EntireRow.Select
selection.Copy
selection.Offset(1).Insert
I am particularly bogged with the last line Thanks