View Single Post
  #8   Report Post  
Posted to microsoft.public.excel.programming
Tre_cool[_14_] Tre_cool[_14_] is offline
external usenet poster
 
Posts: 1
Default Finding cell address for minimum number


Bernie, I tried the following one. It worked for every number except 0.
If there was a 0 in the range, it didn't work. Please help. Thanks!

Dim myAdd As String
Dim rng As Range
Set rng = Range("A1:A100")
myAdd = MinAddress(rng)
MsgBox myAdd


--
Tre_cool
------------------------------------------------------------------------
Tre_cool's Profile: http://www.excelforum.com/member.php...o&userid=26416
View this thread: http://www.excelforum.com/showthread...hreadid=475552