Question : Select month view via scroll bar

Hi Expert,

How to combine the listed calendar (12 months) into single view and select each month through scroll bar?

Answer : Select month view via scroll bar

Here are two examples...
1:
2:
3:
4:
5:
Sub ScrollBar2_Change()
    With ActiveSheet.Shapes("Scroll Bar 1")
        Application.Goto Range("Month." & Format(.ControlFormat.Value, "00")), True
    End With
End Sub
 
 
 
 
Random Solutions  
 
programming4us programming4us