+ Reply to Thread
Results 1 to 2 of 2

Putting formula in max value of scroll bar format

  1. #1
    Registered User
    Join Date
    04-22-2013
    Location
    Calgary, Alberta
    MS-Off Ver
    Excel 2010
    Posts
    9

    Putting formula in max value of scroll bar format

    I want to put the formula COUNTA($D:$D) in the maximum value of the scroll bar so that I can have the scroll bar ranges match my dyanamic range data. Is this possible with or without VBA? I'm not very familiar with VBA if it is necessary so if someone could explain that would be very helpful, thanks.

  2. #2
    Valued Forum Contributor
    Join Date
    03-29-2013
    Location
    United Kingdom
    MS-Off Ver
    Office/Excel 2013
    Posts
    1,749

    Re: Putting formula in max value of scroll bar format

    The syntax depends on the type of scroll bar you are using... If it's an ActiveX scrollbar you can set the Max property using Sheet1.Scrollbar1.Max = Max(D1:D50000)
    Elegant Simplicity............. Not Always

+ 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