I'm trying to setup a spreadsheet where Columns A to D remain Static. I'd like to create a setup where a user can type a number into a cell and click a button.
The button would insert that many number of rows but starting at say D2, effectively moving everything down by the user defined number but not shifting down anything located in columns A-D
I'm quite new at macros and have been trying to recreate this by recording myself, but I am struggling at getting the script to add rows without affecting the predefined area (columns A-D)