I am creating an Excel sheet of an NCAA tournament bracket, and I want to make it so that when you click on the cell with the team you think will win, the name of that team will advance to the next round. I was told that I could make a button, assign a macro to it, and then put the button over the corresponding cell. However, I don't want to see the button, but rather the text in the cell behind the button. When I make the button invisible, I can't click the button. Also, when I click the button, all my keystrokes are replayed (obviously), but that makes my bracket look glitchy. Any ideas on how I can make the button clickable and invisible at the same time? Or is there a better solution to my problem?