G
greg
is there a way to use the WorksheetFunction.Min function, But ignore 0's?
So for example
iFirst2 = 6
iFirst3 = 0
iFirst4 = 10
Excel.WorksheetFunction.Min(iFirst2, iFirst3, iFirst4)
I would like to get iFirst2 out. Not iFirst3.
Or is there an easy way to get this value?
thanks
So for example
iFirst2 = 6
iFirst3 = 0
iFirst4 = 10
Excel.WorksheetFunction.Min(iFirst2, iFirst3, iFirst4)
I would like to get iFirst2 out. Not iFirst3.
Or is there an easy way to get this value?
thanks