Thread
:
Range of variables
View Single Post
#
2
Posted to microsoft.public.excel.programming
Tom Ogilvy
external usenet poster
Posts: 27,285
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
Reply With Quote
Tom Ogilvy
View Public Profile
Find all posts by Tom Ogilvy