Hi all
Im trying to figure out how i can set the max value of an array from a value obtained from another source, like the number of rows in a range for example
Public Sub test()
'Const x = 12
Range("e12").Select
nld = Range(Selection, Selection.End(xlUp)).Rows.Count
y = nld
Const x = y...