ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Max Function (https://www.excelbanter.com/excel-programming/298686-max-function.html)

No Name

Max Function
 
I want a variable to be set equal to the max number in my
B column. It isn't working. Here is what I have:

NumberOfSubs= MAX(B3:"B" & FinalRow)

FinalRow is my variable for the last row.

Frank Kabel

Max Function
 
Hi
try
NumberOfSubs = application.worksheetfunction.max(Range("B3:B" &
FinalRow))

--
Regards
Frank Kabel
Frankfurt, Germany


wrote:
I want a variable to be set equal to the max number in my
B column. It isn't working. Here is what I have:

NumberOfSubs= MAX(B3:"B" & FinalRow)

FinalRow is my variable for the last row.



Pete McCOsh

Max Function
 
You have your " in the wrong place. Try:

application.worksheetfunction.Max(range("b3:B" & x))

Pete

-----Original Message-----
I want a variable to be set equal to the max number in my
B column. It isn't working. Here is what I have:

NumberOfSubs= MAX(B3:"B" & FinalRow)

FinalRow is my variable for the last row.
.



All times are GMT +1. The time now is 10:40 PM.

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