In summary:
My query is that I would like to change the colour of a command button when another command button is pressed.
The purpose of the document is for a quiz night.
The idea of the command buttons that change colour is that they are to visually indicate which rounds have been completed.
In detail:
- Sheet 1 is a summary sheet of the quiz results
- On it, there are 10 command buttons (titled Round 1-10) which when pressed navigate the user to one of 10 worksheets
- Sheets 2-11 are the 10 worksheets noted above (10 rounds of the quiz)
- The idea I had was to have an individual command button in each of the 10 quiz rounds worksheets (2-11), which is to be pressed at the completion of each round.
- I had envisaged that the code would recognise when the user has pressed the button
- modify the heading in cell A1 of that particular page, say from 'Round 1' to 'Round 1 Complete'
- as well as modifying the colour of the relevant command button in the summary sheet (Sheet 1), say greying the button out.
Can anyone help with some code for the above?
My query is that I would like to change the colour of a command button when another command button is pressed.
The purpose of the document is for a quiz night.
The idea of the command buttons that change colour is that they are to visually indicate which rounds have been completed.
In detail:
- Sheet 1 is a summary sheet of the quiz results
- On it, there are 10 command buttons (titled Round 1-10) which when pressed navigate the user to one of 10 worksheets
- Sheets 2-11 are the 10 worksheets noted above (10 rounds of the quiz)
- The idea I had was to have an individual command button in each of the 10 quiz rounds worksheets (2-11), which is to be pressed at the completion of each round.
- I had envisaged that the code would recognise when the user has pressed the button
- modify the heading in cell A1 of that particular page, say from 'Round 1' to 'Round 1 Complete'
- as well as modifying the colour of the relevant command button in the summary sheet (Sheet 1), say greying the button out.
Can anyone help with some code for the above?