Hi there, i'm a bit of a beginner and am having issues with the language.
I'm trying to make it so i can refer to the values in a selected range.
eg
Dim XValues As String
Range(Selection, Selection.End(xlDown)).Select
Xvalues = <The Values in the range>
Any ideas?
I'm trying to make it so i can refer to the values in a selected range.
eg
Dim XValues As String
Range(Selection, Selection.End(xlDown)).Select
Xvalues = <The Values in the range>
Any ideas?