Sub selectedScore_Type()
[C4] = ActiveSheet.Buttons(Application.Caller).Text
End Sub
Sub selectedSector()
[C5] = ActiveSheet.Buttons(Application.Caller).Text
End Sub
Sub selectedScore_Type()
[C4] = ActiveSheet.Buttons(Application.Caller).Text
End Sub
Sub selectedSector()
[C5] = ActiveSheet.Buttons(Application.Caller).Text
End Sub
Is there a way, I can select multiple buttons at a time. For e.g. under region macros, is it possible to select two regions (Central and Northeast) or anyother combination at a time.