View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Zone Zone is offline
external usenet poster
 
Posts: 269
Default 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