Hi
I need to fill a selected range into an array and are aware of the “tedious” way of doing it.
(If possible I would like not to have to investigate range address, sheet name etc.)
So question is: Is it possible to fill an array directly based on “selection”.
Something like:
varGetArray= Selection.range
…and obviously the above doesn’t work. But is it possible to do somthing similar in a simple way without a big hazzle??
TIA