+ Reply to Thread
Results 1 to 2 of 2

Scrollbar help!

Hybrid View

  1. #1
    Registered User
    Join Date
    04-26-2012
    Location
    Singapore
    MS-Off Ver
    Excel 2010
    Posts
    4

    Scrollbar help!

    Hi, I am trying to create a financial modelling excel.
    I am required to use a scrollbar in the excel, and have decided to use it to display the profit & loss statement data.
    May I know how I can make it such that when i change the year, the relevant year's profit & loss data would appear, and change whenever the year changes?
    Thank you so much in advance

  2. #2
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Scrollbar help!

    Here's one way. I used the active x scroll bar and a defined name (data1) to create the series

    Formula: copy to clipboard
    data1 = INDEX(Sheet2!$B$2:$M$11,MATCH(Sheet2!$O$4,Sheet2!$A$2:$A$11,0),)

    O4 is the linked cell to the scroll bar.
    Attached Files Attached Files
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Change ScrollBar Max value when a second ScrollBar vale is changed?
    By Jon Henry in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 01-11-2013, 06:47 PM
  2. ScrollBar
    By Kenji in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-24-2010, 02:42 PM
  3. Scrollbar
    By Scottmk in forum Excel General
    Replies: 1
    Last Post: 03-15-2007, 09:53 PM
  4. [SOLVED] When a scrollbar is not a scrollbar
    By Flash in the Pan in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-27-2006, 10:40 PM
  5. scrollbar reslut makes another scrollbar to show
    By Patrik in forum Excel General
    Replies: 0
    Last Post: 04-18-2005, 11:06 AM

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