Highest Value In A Range
Attach this to your button
Range("A6").Value = WorksheetFunction.Max(Range("D:K"))
--
If this posting was helpful, please click on the Yes button.
Regards,
Michael Arch.
"Alectrical" wrote:
Hi
How can I find the highest value in the range "D:K" and place that value in
a cell ie "A6"
Thanks
Alec
|