How to convert a Variant array to a Range?
问题 I have a 2D array of type Variant . The size and values that populate the array are generated based on data within a worksheet. Further processing is required on this array, the primary being the interpolation of several values. I am using this interpolation function (I know about excel equivalent functions but a design choice was made not to use them) . The problem I am having is the that the Interpolation function requires a Range object. I have already tried modifying the function to use a