Re: selecting cells with an input box
- From: Jordan <Jordan@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 1 Aug 2005 13:30:02 -0700
Sorry, I had the feeling I should have expanded on that. "Start Button"
refers to the forms button that has my macro program assinged to it. Just a
simple click object button.
"Bob Phillips" wrote:
> What start button?
>
> --
>
> HTH
>
> RP
> (remove nothere from the email address if mailing direct)
>
>
> "Jordan" <Jordan@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
> news:48B24667-5C74-4F65-90B9-F971C0A36FF5@xxxxxxxxxxxxxxxx
> > Hello,
> > I have a program for which I need to have the users select the cells
> they
> > want. Right now I am using:
> >
> > Set rCells = Application.InputBox _
> > (Prompt:="Select the drawings you wish to appear on the Drawing
> > Acknowledgement", _
> > Title:="Create Drawing Acknowledgement", Left:=558,
> > Type:=8).SpecialCells(xlCellTypeVisible)
> >
> > This works great, except that if the user clicks the start button and then
> > needs to scroll down to select cells that they want, the program adds all
> the
> > cells (starting on the first cell of the page, A1) that the user did not
> > select.
> >
> > Hopefully this is a dumb error on my part, thanks,
> > Jordan
> >
>
>
>
.
- Follow-Ups:
- Re: selecting cells with an input box
- From: Bob Phillips
- Re: selecting cells with an input box
- References:
- selecting cells with an input box
- From: Jordan
- Re: selecting cells with an input box
- From: Bob Phillips
- selecting cells with an input box
- Prev by Date: Re: Endless loop?
- Next by Date: Re: Help with getting first letter of a string
- Previous by thread: Re: selecting cells with an input box
- Next by thread: Re: selecting cells with an input box
- Index(es):