I am trying to create a macro using a radio button that when clicked will:
1) Change the color of the row that contains the radio button.
2) Copy information from that row to another worksheet. Depending on
one of the values in that row, the copied information gets placed in a
particular cell on the other worksheet.
Example - radio button in row 8 is clicked (worksheet 'Home')
Value of cell A8 = 7
Values from B8,C8, and D8 get copied
On worksheet 'Summary' the values from B8,C8, and D8 get placed in row
7 (the value of cell A8)
I'm completely lost - can anyone help?