MIN, MAX functions?

M

Mac

Hello,

how can I use the MIN, MAX functions which the online help happily suggests
me to use, however when I try to do so I get the 'sub or function not
defined'. Do I need to add a reference to some 'math' module??
 
P

Paul Herber

Hello,

how can I use the MIN, MAX functions which the online help happily suggests
me to use, however when I try to do so I get the 'sub or function not
defined'. Do I need to add a reference to some 'math' module??

The MIN and MAX functions are shapesheet functions that you can put in
cell formulae.
You'll have to write your own VBA functions.
 
Top