Guest_imported
New member
- Jan 1, 1970
- 0
this is most likely a very simple question as im very new to vba but
im trying to get the data into an array via an input box in which the user selects the range of cells with the relevant data.
example:
Dim grouprange As Range
Set grouprange() = Application.InputBox _
(prompt:="please select the grouping you wish to use", Type:=8)
any help as to how i can do this (or maybe an easier way using refedit boxes...) would be most appreciated
im trying to get the data into an array via an input box in which the user selects the range of cells with the relevant data.
example:
Dim grouprange As Range
Set grouprange() = Application.InputBox _
(prompt:="please select the grouping you wish to use", Type:=8)
any help as to how i can do this (or maybe an easier way using refedit boxes...) would be most appreciated