ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Range (https://www.excelbanter.com/excel-programming/369377-range.html)

Ed

Range
 
How do I code a " Range" of cells that are not in order?

I tried to get a min in a group of 4 scattered cells with numerical
values using:

Application.Min(Range("C4","C7","C11","C14"))

with no success.

What code would I use get the min of those 4 cells?

Thanks,


Ed English


Don Guillett

Range
 
Sub mincells()
MsgBox Application.Min(Range("g1,g3,g5,g9"))
End Sub

--
Don Guillett
SalesAid Software

"Ed" wrote in message
...
How do I code a " Range" of cells that are not in order?

I tried to get a min in a group of 4 scattered cells with numerical
values using:

Application.Min(Range("C4","C7","C11","C14"))

with no success.

What code would I use get the min of those 4 cells?

Thanks,


Ed English




Ed

Range
 
Thanks


On Fri, 4 Aug 2006 06:59:31 -0500, "Don Guillett"
wrote:

Sub mincells()
MsgBox Application.Min(Range("g1,g3,g5,g9"))
End Sub


Don Guillett

Range
 
glad to help

--
Don Guillett
SalesAid Software

"Ed" wrote in message
...
Thanks


On Fri, 4 Aug 2006 06:59:31 -0500, "Don Guillett"
wrote:

Sub mincells()
MsgBox Application.Min(Range("g1,g3,g5,g9"))
End Sub





All times are GMT +1. The time now is 12:18 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com