Hi all,
I am trying to resize the range A5 into a different amount of rows, with only 1 column wide.
The cell located in coordinates [13,6] holds a value that contains the number of rows I want the range resized to.
I tried using Cells(13,6).value to accomplish this, but running it is...