P
Peter Janssens
Hi,
I want to use the worksheetFunction.frequency function in VBA to generate a
frequency list of data.
I don't know how to return the result into the spreadsheet.Manually, I can
do it with an array function.
sub test()
set myBin = Range("A1:A10")
set myData= Range("C1
20")
?? = WorksheetFunction.Frequency(myData, myBinRange)
End sub
Any help?
Thanks.
I want to use the worksheetFunction.frequency function in VBA to generate a
frequency list of data.
I don't know how to return the result into the spreadsheet.Manually, I can
do it with an array function.
sub test()
set myBin = Range("A1:A10")
set myData= Range("C1

?? = WorksheetFunction.Frequency(myData, myBinRange)
End sub
Any help?
Thanks.