I'm trying to use the max function in VBA and trying to retrieve the value from the MAX function and use it in my Vb coding.
Can anyone help me with this?
I'm trying to use the max function in VBA and trying to retrieve the value from the MAX function and use it in my Vb coding.
Can anyone help me with this?
Hi,
Use
Tony![]()
WorksheetFunction.Max(Your Range)
i tried that it didn't work.
I typed in
i need the maximum value for A2 to A22.![]()
maxnum = WorksheetFunction.Max(A2 : A22)
Hi,
Try this
Tony![]()
maxnum = WorksheetFunction.Max(Range("A2:A22"))
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks