Hi,
I have a list of sells that is poviding, for simiplicity sake, the Following
Col A - Company Name
Col B = Start of year (e.g. 1/1/2007 or 1/1/208)
Col C = End of Year (e.g. 12/31/2007 or 12/31/2008)
Col D = Revenue for the year
This goes on for a good 1500 rows. What I am trying to do is write, what I am sure, is a very simple macro that says
Start at A1 - Insert 4 rows, go down to the next row and do the same.
I have this which is
Selection.EntireRow.Insert
Selection.EntireRow.Insert
Selection.EntireRow.Insert
Selection.EntireRow.Insert
Selection.End(xlDown).Select
Just want to know how I then tell it to go down one more cell and insert another 4 columns and then stop at cell 1500
I have a list of sells that is poviding, for simiplicity sake, the Following
Col A - Company Name
Col B = Start of year (e.g. 1/1/2007 or 1/1/208)
Col C = End of Year (e.g. 12/31/2007 or 12/31/2008)
Col D = Revenue for the year
This goes on for a good 1500 rows. What I am trying to do is write, what I am sure, is a very simple macro that says
Start at A1 - Insert 4 rows, go down to the next row and do the same.
I have this which is
Selection.EntireRow.Insert
Selection.EntireRow.Insert
Selection.EntireRow.Insert
Selection.EntireRow.Insert
Selection.End(xlDown).Select
Just want to know how I then tell it to go down one more cell and insert another 4 columns and then stop at cell 1500