+ Reply to Thread
Results 1 to 7 of 7

Increase Max Value of Spinner

Hybrid View

Guest Increase Max Value of Spinner 04-16-2006, 02:45 PM
Guest Re: Increase Max Value of... 04-16-2006, 03:55 PM
Guest Re: Increase Max Value of... 04-16-2006, 07:10 PM
Guest Re: Increase Max Value of... 04-16-2006, 07:30 PM
Guest Re: Increase Max Value of... 04-16-2006, 07:55 PM
dimaclean Re: Increase Max Value of... 10-18-2017, 06:25 PM
protonLeah Re: Increase Max Value of... 10-18-2017, 11:16 PM
  1. #1
    Lon
    Guest

    Increase Max Value of Spinner

    The Maximum Value of the "Spinner" form is 30,000. Is there any way to
    increase it? I'd like to bump the maximum value up into the millions.



  2. #2
    Peo Sjoblom
    Guest

    Re: Increase Max Value of Spinner

    You can use the spinner button from the control toolbox instead

    --

    Regards,

    Peo Sjoblom

    Excel 95 - Excel 2007
    Northwest Excel Solutions
    www.nwexcelsolutions.com
    "It is a good thing to follow the first law of holes;
    if you are in one stop digging." Lord Healey


    "Lon" <sobel@entertainmentlawreporter.com> wrote in message
    news:sdw0g.3416$oQ2.301@trnddc05...
    > The Maximum Value of the "Spinner" form is 30,000. Is there any way to
    > increase it? I'd like to bump the maximum value up into the millions.
    >




  3. #3
    Lon
    Guest

    Re: Increase Max Value of Spinner

    Peo,

    Ah . . . yes. Now I see that there are two types of spinners.

    I was using the spinner from the Forms tool bar, which is easy to "program."
    That is, it has its own Format Control dialog box, which makes it easy to
    assign its actions to data in a named cell.

    I see that the spinner button from the control tool box is "programmed"
    through a Properties box. I also see where (in the Properties box) to set
    the maximum value and the linked cell. I take it, though, that there's still
    more to do. Is this where I have to learn some VBA, or is there some simple
    step I'm overlooking, that will get the spinner button from the control box
    to work?

    Thanks again,

    -Lon


    The Spinner I have been using is the one I got from the control box.
    "Peo Sjoblom" <peo.sjoblom@nw^^excelsolutions.com> wrote in message
    news:%23Gh9B7YYGHA.4620@TK2MSFTNGP04.phx.gbl...
    > You can use the spinner button from the control toolbox instead
    >
    > --
    >
    > Regards,
    >
    > Peo Sjoblom
    >
    > Excel 95 - Excel 2007
    > Northwest Excel Solutions
    > www.nwexcelsolutions.com
    > "It is a good thing to follow the first law of holes;
    > if you are in one stop digging." Lord Healey
    >
    >
    > "Lon" <sobel@entertainmentlawreporter.com> wrote in message
    > news:sdw0g.3416$oQ2.301@trnddc05...
    >> The Maximum Value of the "Spinner" form is 30,000. Is there any way to
    >> increase it? I'd like to bump the maximum value up into the millions.
    >>

    >
    >




  4. #4
    Dave Peterson
    Guest

    Re: Increase Max Value of Spinner

    It should be that simple. But make sure you're out of design mode (another
    button on that Control toolbox toolbar).

    But that's a pretty large number for a spinner. Have you thought of using a
    scrollbar (also from the control toolbox). It might be easier for the user to
    get to the number they want.



    Lon wrote:
    >
    > Peo,
    >
    > Ah . . . yes. Now I see that there are two types of spinners.
    >
    > I was using the spinner from the Forms tool bar, which is easy to "program."
    > That is, it has its own Format Control dialog box, which makes it easy to
    > assign its actions to data in a named cell.
    >
    > I see that the spinner button from the control tool box is "programmed"
    > through a Properties box. I also see where (in the Properties box) to set
    > the maximum value and the linked cell. I take it, though, that there's still
    > more to do. Is this where I have to learn some VBA, or is there some simple
    > step I'm overlooking, that will get the spinner button from the control box
    > to work?
    >
    > Thanks again,
    >
    > -Lon
    >
    > The Spinner I have been using is the one I got from the control box.
    > "Peo Sjoblom" <peo.sjoblom@nw^^excelsolutions.com> wrote in message
    > news:%23Gh9B7YYGHA.4620@TK2MSFTNGP04.phx.gbl...
    > > You can use the spinner button from the control toolbox instead
    > >
    > > --
    > >
    > > Regards,
    > >
    > > Peo Sjoblom
    > >
    > > Excel 95 - Excel 2007
    > > Northwest Excel Solutions
    > > www.nwexcelsolutions.com
    > > "It is a good thing to follow the first law of holes;
    > > if you are in one stop digging." Lord Healey
    > >
    > >
    > > "Lon" <sobel@entertainmentlawreporter.com> wrote in message
    > > news:sdw0g.3416$oQ2.301@trnddc05...
    > >> The Maximum Value of the "Spinner" form is 30,000. Is there any way to
    > >> increase it? I'd like to bump the maximum value up into the millions.
    > >>

    > >
    > >


    --

    Dave Peterson

  5. #5
    Lon
    Guest

    Re: Increase Max Value of Spinner

    Dave,

    You were right . . . on both counts.

    I was still in design mode. And now that I've clicked out of that mode, the
    spinner works just fine.

    I'm using large numbers because I'm designing a decision tree to be used by
    trial lawyers, and the numbers are dollars. These days, lawsuits often
    involve amounts in the millions of dollars. I thought I'd deal with the
    problem you alluded to by having the spinner increase the amounts in
    increments of $1,000. But the scrollbar works too, even better, and even in
    increments of just $1.

    Thanks . . . "a million."

    -Lon

    "Dave Peterson" <petersod@verizonXSPAM.net> wrote in message
    news:4442D1EB.B1CB207E@verizonXSPAM.net...
    > It should be that simple. But make sure you're out of design mode
    > (another
    > button on that Control toolbox toolbar).
    >
    > But that's a pretty large number for a spinner. Have you thought of using
    > a
    > scrollbar (also from the control toolbox). It might be easier for the
    > user to
    > get to the number they want.
    >
    >
    >
    > Lon wrote:
    >>
    >> Peo,
    >>
    >> Ah . . . yes. Now I see that there are two types of spinners.
    >>
    >> I was using the spinner from the Forms tool bar, which is easy to
    >> "program."
    >> That is, it has its own Format Control dialog box, which makes it easy to
    >> assign its actions to data in a named cell.
    >>
    >> I see that the spinner button from the control tool box is "programmed"
    >> through a Properties box. I also see where (in the Properties box) to set
    >> the maximum value and the linked cell. I take it, though, that there's
    >> still
    >> more to do. Is this where I have to learn some VBA, or is there some
    >> simple
    >> step I'm overlooking, that will get the spinner button from the control
    >> box
    >> to work?
    >>
    >> Thanks again,
    >>
    >> -Lon
    >>
    >> The Spinner I have been using is the one I got from the control box.
    >> "Peo Sjoblom" <peo.sjoblom@nw^^excelsolutions.com> wrote in message
    >> news:%23Gh9B7YYGHA.4620@TK2MSFTNGP04.phx.gbl...
    >> > You can use the spinner button from the control toolbox instead
    >> >
    >> > --
    >> >
    >> > Regards,
    >> >
    >> > Peo Sjoblom
    >> >
    >> > Excel 95 - Excel 2007
    >> > Northwest Excel Solutions
    >> > www.nwexcelsolutions.com
    >> > "It is a good thing to follow the first law of holes;
    >> > if you are in one stop digging." Lord Healey
    >> >
    >> >
    >> > "Lon" <sobel@entertainmentlawreporter.com> wrote in message
    >> > news:sdw0g.3416$oQ2.301@trnddc05...
    >> >> The Maximum Value of the "Spinner" form is 30,000. Is there any way to
    >> >> increase it? I'd like to bump the maximum value up into the millions.
    >> >>
    >> >
    >> >

    >
    > --
    >
    > Dave Peterson




  6. #6
    Registered User
    Join Date
    10-18-2017
    Location
    Philadelphia, PA
    MS-Off Ver
    Office 2016
    Posts
    1

    Re: Increase Max Value of Spinner

    I know this is attached to an old post ... and I did manage to update the maximum for the slider - I need to do increments of $10,000. I have it with a Large Change of 10000, a Small Change of 10000 - and if I click on the slider it does go up in increments of 10,000 - but if I slide it it goes by $1.00... how do I correct that?

  7. #7
    Forum Guru
    Join Date
    03-02-2006
    Location
    Los Angeles, Ca
    MS-Off Ver
    WinXP/MSO2007;Win10/MSO2016
    Posts
    12,936

    Re: Increase Max Value of Spinner

    dimaclean,
    Unfortunately your post does not comply with Rule 2 of our Forum RULES. Do not post a question in the thread of another member -- start your own thread.

    If you feel an existing thread is particularly relevant to your need, provide a link to the other thread in your new thread.

    Old threads are often only monitored by the original participants. New threads not only open you up to all possible participants again, they typically get faster response, too.
    Ben Van Johnson

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1