View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Myrna Larson[_2_] Myrna Larson[_2_] is offline
external usenet poster
 
Posts: 124
Default Calling certain functions within VBA

It's surprising that it does work with Ln, because the VBA Log function returns the natural log.
But it does. Another of Excel's mysteries.

On Mon, 11 Aug 2003 16:36:49 -0500, "Chip Pearson" wrote:

Note that this won't work with Abs because VBA has its own Abs
function.