ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   What is the VBA equivilate to Excel worksheet function MAX? (https://www.excelbanter.com/excel-programming/284194-what-vba-equivilate-excel-worksheet-function-max.html)

Phillips

What is the VBA equivilate to Excel worksheet function MAX?
 
I am trying to do the same thing as =MAX(I2,M2,Q2) would do.
How can I do this? Can I add more values to compare?

Thanks,
Phil



Harald Staff

What is the VBA equivilate to Excel worksheet function MAX?
 
Hi Phil

Sub test()
Dim L As Long
L = 600
MsgBox Application.Max(3.1415, L, 903.33, -4, 2)
End Sub

--
HTH. Best wishes Harald
Followup to newsgroup only please.

"Phillips" wrote in message
news:Xd8zb.400557$Tr4.1152293@attbi_s03...
I am trying to do the same thing as =MAX(I2,M2,Q2) would do.
How can I do this? Can I add more values to compare?

Thanks,
Phil






All times are GMT +1. The time now is 09:28 PM.

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