PDA

View Full Version : Finding mode of array in VBA



MikeDube
10-20-2009, 12:04 PM
I need to find the mode of a group of values in an array in VBA. Is there any way to do this beyond an extensive if-then statement?

Bob Phillips
10-20-2009, 12:13 PM
MsgBox Application.Mode(ary)