hello I have a cell value that holds how many rows I want.
I then in D:D minus top row want to put numbers in from 1 to the value that is in the cell say B10.
So it has a column of numbers from 1 to the value in B10 in row D.
Also I would also like to change the background of the cells in D:D minus top row to Blue and text to white
Thank you for any help much appreciated![]()
Dim Cell2 As Range, rng2 As Range, e As Long Set rng2 = .Range("Gamerange") For e = 2 To Games + 1 Do Until e > Games Set Cell2.Value = 1
Bookmarks