View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Range of variables

mymin = Application.Min(a,b,c,d,e)

--
Regards,
Tom Ogilvy

"Ed" wrote in message
...
I have 5 variable a, b, c, d, and e with numerical values. What is
the code for the Range to use in finding the min./

Thanks,

Ed