I want to Insert multiple cells with the option shift cells down
For example, there is data in the excel, the cursor is currently at A422, if I want to Insert 25 cells, and move the data in A423 down, what parameter should I use to "Insert" cells and shift the existing cells down also without using "insert" action 25 times
Insert adds cells and shifts then "up" or "Left" each of them have a different code -4161 for Left and -4121 for Up. similarly if there is a code for shifting the cells down while inserting then that would be of great use.