Hello
I need to 'de-code' someone else's left over codes..and have come across this line
Range(Range("Outcome"), Range("Outcome").Offset(UBound(meanoutput, 1), UBound(meanoutput, 2))) = meanoutput
I suppose that I will need to replace "Outcome" with something else, but first I will need to understand what this means. Any idea? Range(Range("Outcome"), Range("Outcome")
I need to 'de-code' someone else's left over codes..and have come across this line
Range(Range("Outcome"), Range("Outcome").Offset(UBound(meanoutput, 1), UBound(meanoutput, 2))) = meanoutput
I suppose that I will need to replace "Outcome" with something else, but first I will need to understand what this means. Any idea? Range(Range("Outcome"), Range("Outcome")