Let's say we have a column of cells value in column A and need to permute this column randomly into column B as in this simple sample.
How can I do that?
I tried with my VBA code but it seems not working. I guess my below command got some issues that I don't know what they are - I need to transfer back the array of values in variable varValues back into the cells
Range("B1:B10").Cells.Value = varValues