Calling certain functions within VBA

J

james

Simple question:

I'm writing a program where I want to use the following
functions within VBA code:

1. ln
2. Max
3. Abs

I forgot the code modifier that I need to insert to make
these common worksheet functions available to my VBA
programs.

Can anyone refresh my memory. I sincerely thank you!!!!!!
 
Top