Hi - <br><br>I have a Macro that contains a GoTo.  The documentation indicates:<br><br><div style="margin-left: 40px;">If you GoTo out of the Macro context, the Macro will terminate and control will return at the location refered to by the Goto.<br>
<br></div>I thought I might convert the Macro to a GoSub routine, but the documentation doesn&#39;t mention what happens if you GoTo out.  It does however mention that the return address gets pushed onto the stack, so I&#39;m a little concerned about the state of the stack if I simply GoTo out.  Should I call StackPop first?<br>
<br>Thanks!<br>Hugh<br>