Hi,
I have a data table which represent score value in Range("A1:E10")
can anyone help me to write vba code to determine the highest and lowest score value?
Hi,
I have a data table which represent score value in Range("A1:E10")
can anyone help me to write vba code to determine the highest and lowest score value?
why not use the formula Large and Small for that?
Notice my main language is not English.
I appreciate it, if you reply on my solution.
If you are satisfied with the solution, please mark the question solved.
You can add reputation by clicking on the star * add reputation.
Hi Oeldere,
You are pretty good. I am overlooked this function. Thanks a lot.
![]()
MsgBox Application.WorksheetFunction.Large(Range("A1:E10"), 1) MsgBox Application.WorksheetFunction.Small(Range("A1:E10"), 1)
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks