I would like to import a range as a variant with some slight changes to what is stored in the variant, and then export the [modified] variant to a worksheet as a new range, that is then reread back in as a new range where I can do a new set of calculations using excel's built in functions by rereading the range into a new variant
A method describing exports a range to a worksheet can be found here
http://www.cpearson.com/excel/SortingArrays.aspx
Under
Sorting Arrays in VBA.
The reason I want to do this is so I can gain access to excel's functions over the data vs having to recode the functions capability in order to use it on an array or variant.