I'm using this to create an array of numbers.
The example array is shown below.
Instead of entering {1,2,3,4,5,6,7,8,9,10,100,2000} ... wanted to input something like "1-10,100,2000".
Is this possible?
Sub arr_from_input()
Dim arr_num As Variant
Dim i As Long
arr_num =...