Hello all,
probably a very quick one for the well versed.
I don't believe I need anything clever as such, have tried doing it by recording macros however:
Range("A1:B1").Select
Selection.insert Shift:=xlDown, CopyOrigin:=xlFormatFromLeftOrAbove
Does not appear to work.
Essentially I have values in columns A1:B4000 (the 4000 can change over time but is always going to be somewhere between 4000-5000). All I want to do is have a piece of code replicate:
Select cells A1:B1
Hit Ctrl+Shift+Plus Sign,
Select "Shift Cells Down".
Which would then mean that the data starts in A2 and B2 rather than A1 and B1.....
I have tried searching all over the internet but the ones I see always have loads of conditions attached to them with inputting formula and lots of loops etc.
Any help would be much appreciated.
Kind Regards.
probably a very quick one for the well versed.
I don't believe I need anything clever as such, have tried doing it by recording macros however:
Range("A1:B1").Select
Selection.insert Shift:=xlDown, CopyOrigin:=xlFormatFromLeftOrAbove
Does not appear to work.
Essentially I have values in columns A1:B4000 (the 4000 can change over time but is always going to be somewhere between 4000-5000). All I want to do is have a piece of code replicate:
Select cells A1:B1
Hit Ctrl+Shift+Plus Sign,
Select "Shift Cells Down".
Which would then mean that the data starts in A2 and B2 rather than A1 and B1.....
I have tried searching all over the internet but the ones I see always have loads of conditions attached to them with inputting formula and lots of loops etc.
Any help would be much appreciated.
Kind Regards.