+ Reply to Thread
Results 1 to 2 of 2

Scroll slider

  1. #1
    Registered User
    Join Date
    08-22-2010
    Location
    USA
    MS-Off Ver
    Excel 2003
    Posts
    8

    Scroll slider

    Hi
    I have a requirement where user wants a scroll bar in Excel which will be pointed to center at first which makes a cell value zero. When user slides the scroll bar to right the cell values must increase 10 %. When slider is at right end it should point 100% as cell value. Viceversa when user moves the slider to left. Cell should display negative values. Values must be multiples of 10. I dono VBA. Please help me with this requirement.

    Thanks
    Daya

  2. #2
    Forum Expert Bob Phillips's Avatar
    Join Date
    09-03-2005
    Location
    Wessex
    MS-Off Ver
    Office 2003, 2010, 2013, 2016, 365
    Posts
    3,284

    Re: Scroll slider

    Add you srollbar with the following properties

    - minimum value 0
    - maximum value 200
    - change value 10

    Set the linked cell to some cell off screen, say IV2, and set that value to 100. Then set another cell, say M2, with the formula

    =(IV2-100)/100

    and format that cell as a percentage

    Then set

+ 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