After computing several datasets, call them ds1,ds2, etc, I want to put these dataset (save them ) into the appropriate worksheet column, say col(3), col(4), etc. I know the range of the entire worksheet call it rr. How can I do this?
Is there a way of specifying the columns of the worksheet in range notation without having to define a different range for every column?