If you convert your macro to a function then a function can call another
function.

Although there are many exceptions: a macro does something and a function
returns a value. So a function looking for information would be expected to
call another function.

"Kanaski79" wrote:

> Can a Function call a macro? Say during a sort or lookup opperation you want
> some special data that the macro returns?
>
> Kevin