Tale Of Two Contexts
There is a calling context that is suspended when a procedure is called and the procedure context that comes into existence on the call, and vanishes on completion when the calling context is resumed
Private Sub C2F ( temp As Integer)
?Calling Context Procedure Context?