Hi,
I am passing a range of multi dimensional array to a paramarray function input and facing error.
When I try to pass inputrange as argument to the param array it fails.
I want to pass abc,xyz, pqr which are contitudent of inputrange() variable where inputrange(0)=abc, inputrange(2)=xyz and so on.
Is it because of passing of only variant is allowed as param array input?
Can we pass complex object like array of ranges to an input of a pram array, are bound by the definition of variant that we can supply only ranges, worksheets, workbooks and other defined object?
I am passing a range of multi dimensional array to a paramarray function input and facing error.
When I try to pass inputrange as argument to the param array it fails.
I want to pass abc,xyz, pqr which are contitudent of inputrange() variable where inputrange(0)=abc, inputrange(2)=xyz and so on.
Is it because of passing of only variant is allowed as param array input?
Can we pass complex object like array of ranges to an input of a pram array, are bound by the definition of variant that we can supply only ranges, worksheets, workbooks and other defined object?