For use in the ErrorHandler I need to know if the number of items listed in the Call Stack is greater than 1. I would use it like this:


If CallStack.Count > 1 then
ThrowError Err
else
HandleError Err
End If



Any ideas?