ianb
Member
'Statistics Month'!$A$2:$A$79
My Drop down box looks up mm-yyy on another sheet.
I would like to set the drop down boxes to this month. how can I do this.
At present I can only set them to a .listindex e.g.
'Set listindex to be month of today.
Sheets("Dashboard (Overview)").Select
Sheets("Dashboard (Overview)").DropDowns("Drop Down 1927").ListIndex = 25
Sheets("Dashboard (Overview)").DropDowns("Drop Down 3126").ListIndex = 11
Sheets("Dashboard (Overview)").DropDowns("Drop Down 3209").ListIndex = 5
Application.GoTo Range("a1")
I would like to have the drop down boxes be equal to this month (Now() mm-yyyy not the listindex.
Many Thanks.
Ian.
My Drop down box looks up mm-yyy on another sheet.
I would like to set the drop down boxes to this month. how can I do this.
At present I can only set them to a .listindex e.g.
'Set listindex to be month of today.
Sheets("Dashboard (Overview)").Select
Sheets("Dashboard (Overview)").DropDowns("Drop Down 1927").ListIndex = 25
Sheets("Dashboard (Overview)").DropDowns("Drop Down 3126").ListIndex = 11
Sheets("Dashboard (Overview)").DropDowns("Drop Down 3209").ListIndex = 5
Application.GoTo Range("a1")
I would like to have the drop down boxes be equal to this month (Now() mm-yyyy not the listindex.
Many Thanks.
Ian.