Re: how to Pause a VBA procedure until user presses Enter
From: Paul James (pponzelliBEGONE_at_dfiSPAM.caFOREVER.gov)
Date: 06/08/04
- Next message: pikus: "Re: Linking Sheets"
- Previous message: Grace: "Re: One more macro"
- In reply to: Bob Phillips: "Re: how to Pause a VBA procedure until user presses Enter"
- Next in thread: Vic Eldridge: "Re: how to Pause a VBA procedure until user presses Enter"
- Reply: Vic Eldridge: "Re: how to Pause a VBA procedure until user presses Enter"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 8 Jun 2004 13:00:51 -0700
Thanks for the suggestion, Bob. However Application.InputBox still confines
you to entering any text in the InputBox without giving you the opportunity
to enter data elsewhere. I need more flexibility than that.
"Bob Phillips" <bob.phillips@notheretiscali.co.uk> wrote in message
news:%23%23hE4qSTEHA.504@TK2MSFTNGP11.phx.gbl...
> If you use Application.Inputbox, this operates in a way that allows
further
> action.
>
> --
>
> HTH
>
> Bob Phillips
> ... looking out across Poole Harbour to the Purbecks
> (remove nothere from the email address if mailing direct)
>
> "Paul James" <pponzelliBEGONE@SPAMsurewest.FOREVERnet> wrote in message
> news:10cai8kfebet930@corp.supernews.com...
> > Thanks for the reply, Vasant - Message Boxes won't work because I'm
trying
> > to enable the user to perform some actions before the code resumes.
With
> a
> > message box, the user can't perform any actions other than click a
button
> on
> > the message box to make it go away, but then the code resumes as soon as
> the
> > message box closes, so I will have accomplished nothing.
> >
> > With an Input Box, the same limitations prevail, except that you get to
> type
> > some text in the Input Box. Unfortunately, I need for the user to type
> more
> > than a small string of text. Sometimes several sentences. But again, I
> > want those sentenced typed at a very specific context, namely in the
> middle
> > of a procedure that does other specific things before and after the user
> > types those sentences.
> >
> > Any ideas how to accomplish this?
> >
> > Paul
> >
> >
>
>
- Next message: pikus: "Re: Linking Sheets"
- Previous message: Grace: "Re: One more macro"
- In reply to: Bob Phillips: "Re: how to Pause a VBA procedure until user presses Enter"
- Next in thread: Vic Eldridge: "Re: how to Pause a VBA procedure until user presses Enter"
- Reply: Vic Eldridge: "Re: how to Pause a VBA procedure until user presses Enter"
- Messages sorted by: [ date ] [ thread ]