Dynamically Update Charts on Scroll with VBA

00:00 Introduction
00:15 Modify Chart Data Range with VBA using Chart.SetSourceData Method
01:45 Enable the Developer Tab
02:00 Insert a Scroll Bar (Form Control)
02:52 Access and Modify Scroll Bar Properties with VBA (Current, Minimum, and Maximum Values)
04:38 Connect the Scroll Bar to VBA Code for Automatic Execution
05:03 Create a Dynamic Range Using the Scroll Bar Value so using the Scroll Bar Updates the Chart in Real-Time
05:58 Set the Chart's Category Axis with VBA
06:54 Completed Dynamic Chart in Action
In this video I’ve explained how to change a chart's source data and category axes using VBA. I also covered how to insert a scroll bar and assign it a macro. Each time you use the scroll bar, it triggers a subroutine that gets the scroll bar value, manipulates it, and creates a new chart range based on that value. This process results in a dynamic chart that updates as you scroll.
#Excel #VBA #Scrollbar #Charts #Graphs

Пікірлер: 4

  • @dragonkitt1y
    @dragonkitt1yАй бұрын

    Amazing work, I really enjoy your VBA solutions, I have lots to learn..

  • @brainbellDOTcom

    @brainbellDOTcom

    Ай бұрын

    Thank you! Happy to hear you enjoyed the VBA solutions.

  • @user-gr2yj7tn4m
    @user-gr2yj7tn4mАй бұрын

    Is the voice produced by AI? sounds good

  • @brainbellDOTcom

    @brainbellDOTcom

    Ай бұрын

    Yes, the voice is generated by AI. Glad you liked it!