I am able to insert a row using PythonCOM module with:
ws.Range("A5").EntireRow.Insert()
but it is shifting other row up.
I want this new row shift rows down not up. How can I do that?
2.1m questions
2.1m answers
60 comments
57.0k users