I am creating a form where the user is to select one option only from a range of five cells in a row.
I want the user to be able to select a cell within a range and insert a check mark with one click, and delete any previous check marks within the range. The user must also be able to delete all check marks (eg by use of Delete key)
So, range A1:E1
User clicks B1, check mark is inserted
User then clicks C1, check mark is deleted from B1, check mark is inserted in C1
Many thanks, VBA newbie, and as I want to use this function on different rows and columns, detailed instructions on how to change code would be appreciated!
HughT
I want the user to be able to select a cell within a range and insert a check mark with one click, and delete any previous check marks within the range. The user must also be able to delete all check marks (eg by use of Delete key)
So, range A1:E1
User clicks B1, check mark is inserted
User then clicks C1, check mark is deleted from B1, check mark is inserted in C1
Many thanks, VBA newbie, and as I want to use this function on different rows and columns, detailed instructions on how to change code would be appreciated!
HughT