Results 1 to 2 of 2

Thread: Link spin button or scroll button to chart.

  1. #1
    Junior Member
    Join Date
    Apr 2018
    Posts
    23
    Rep Power
    0

    Link spin button or scroll button to chart.

    So i have the template layout in the picture attached below. I would like to know how to link the Spin button to able to show month by month when i click on the spin button. Here is the formula i have so far, everything working fine except for the chart doesn't link to the spin button. Even though i have created the Name management.

    E4 formula : ="Monthly "&E5&" - Audit Sheet Delivery"
    data for eat month for LATE row:=IFERROR(VLOOKUP(G3,$A$4:$C$6000,2,FALSE)," ")
    Same for On-Time:=IFERROR(VLOOKUP(G3,$A$4:$C$6000,3,FALSE)," ")
    Spin button link to cell $E$5

    I have created define name for each Month, Late and On-Time and linked it to the chart but it doesn't work. Please point out what i have to do in this case. Also, please show the code on here due to i am new to this. Thanks

    Completed Pic.jpg

  2. #2
    Junior Member
    Join Date
    Apr 2018
    Posts
    23
    Rep Power
    0
    0
    down vote
    accept

    Thanks you all for your help. I did figure out one way to make it work for me. However, i will more than happy to learn new way or a better way to use spin button and scroll button to changing my chart.

    Changes data layout table
    Using index formula and vlookup (Cell F19, G19,H19) formula included in picture below)
    Changes define name formula to pull data from Cell (Cell F19, G19,H19).
    Now i can click on my spin button and the chart changing month by month for me.

    It is working fine for me. But i love to learn more if anyone can show me a better way to do it. Please include pictures and formula in your answer. It will help me and other easy to follow it. ThanksSpinbuttun Final.jpg

Similar Threads

  1. How To React To The Cancel Button in a VB (not Application) InputBox
    By Rick Rothstein in forum Rick Rothstein's Corner
    Replies: 2
    Last Post: 02-04-2018, 01:48 AM
  2. InputBox OK and Cancel Button Problem
    By mackypogi in forum Excel Help
    Replies: 5
    Last Post: 05-30-2014, 12:20 AM
  3. Formula to Display Month and Dates Using Spin Button
    By ayazgreat in forum Excel Help
    Replies: 6
    Last Post: 11-21-2012, 10:19 PM
  4. Custom Spin Button Based On Values Passed From Array
    By Preeti Verma in forum Excel Help
    Replies: 7
    Last Post: 05-22-2012, 07:23 PM
  5. How To Add A New Button In A Ribbon Group
    By Excel Fox in forum Excel Ribbon and Add-Ins
    Replies: 0
    Last Post: 04-09-2011, 01:13 PM

Posting Permissions

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