In an UserForm I would like to select one or multiple ranges from a bigger data set via RefEdit control. The selected range(es) are the columns I want to perform the analysis with.
If I select for example multiple ranges I get following RefEdit value:
data!$A$1:$A$2;data!$C$1:$F$2
What I need would be instead an array with the values:
1,3,4,5,6
Is there a way to get the column number from the letters of this address (even the ones hidden by the statement "C:F" --> C,D,E,F ?