View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default Largest number in a column

msgbox application.max(worksheets("sheet1").range("a:a"))



eyecalibrate wrote:

I want to identify the largest number in a certain column (A). Is there
a given way to accomplish this?

--
eyecalibrate
------------------------------------------------------------------------
eyecalibrate's Profile: http://www.excelforum.com/member.php...fo&userid=6621
View this thread: http://www.excelforum.com/showthread...hreadid=536372


--

Dave Peterson