Thread
:
Min of 2 variables
View Single Post
#
2
Posted to microsoft.public.excel.programming
Zone
external usenet poster
Posts: 269
Min of 2 variables
c = Application.WorksheetFunction.Min(a, b)
Ed wrote:
What is the code to obtain the variable c as the minimum of variables
a and b?
c = minimum of a and b
Reply With Quote
Zone
View Public Profile
Find all posts by Zone