I have an IF statement in a macro. If one branch is selected, I would
like to halt (not end) macro execution and open up the VB editor
window. What code would I use to accomplish this?...TIA, Ron

Re: Programmatically Halt Macro and Open VB Editor by Bob

Bob
Fri Mar 14 10:17:39 CDT 2008

Insert

Stop

--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)



"ron" <oitbso@yahoo.com> wrote in message
news:d4fe9f04-3cec-4247-a8e3-d66c109b3c1c@n36g2000hse.googlegroups.com...
>I have an IF statement in a macro. If one branch is selected, I would
> like to halt (not end) macro execution and open up the VB editor
> window. What code would I use to accomplish this?...TIA, Ron



Re: Programmatically Halt Macro and Open VB Editor by ron

ron
Fri Mar 14 10:34:18 CDT 2008

On Mar 14, 9:17=A0am, "Bob Phillips" <bob....@somewhere.com> wrote:
> Insert
>
> Stop
>
> --
> ---
> HTH
>
> Bob
>
> (there's no email, no snail mail, but somewhere should be gmail in my addy=
)
>
> "ron" <oit...@yahoo.com> wrote in message
>
> news:d4fe9f04-3cec-4247-a8e3-d66c109b3c1c@n36g2000hse.googlegroups.com...
>
>
>
> >I have an IF statement in a macro. =A0If one branch is selected, I would
> > like to halt (not end) macro execution and open up the VB editor
> > window. =A0What code would I use to accomplish this?...TIA, Ron- Hide qu=
oted text -
>
> - Show quoted text -

Thanks Bob!