I didn't truly understand all of that original response. With what you just shared I will go back to it and see how I can implement what you just told me.
Thank you for your help, please be patient as some things are just a little bit slower to sink in.
Thanks,
Brad
I revisited your earlier response with the code example, I do appreciate the example, it was very helpful. When I run that code it does create a spreadsheet like window with 5 columns and 20 rows and a value in each cell. Each cell does respond to the <Button-3> event and prints to the shell 4 numbers that represent team, player, question and a cell value. That value though is not from the cell R-clicked on. The value is always from the cell in row 20 of the column that received the event. There is still no connection between the cell (Label or Entry) and the method the <Button-3> event runs.
In looking for something that would help me with this connection I was running print(id(event)) or print(type(event)) but only the type was consistent in it's return but with nothing of value to use to get back to the score sheet. It seems that there is no name or a unique identifier for a Label/Entry created in a loop. I will bet there is but I am just rookie enough to be ignorant of it. That will change.
Again, thank you for your assistance. I will keep working at it.
Brad
Thank you for your help, please be patient as some things are just a little bit slower to sink in.
Thanks,
Brad

I revisited your earlier response with the code example, I do appreciate the example, it was very helpful. When I run that code it does create a spreadsheet like window with 5 columns and 20 rows and a value in each cell. Each cell does respond to the <Button-3> event and prints to the shell 4 numbers that represent team, player, question and a cell value. That value though is not from the cell R-clicked on. The value is always from the cell in row 20 of the column that received the event. There is still no connection between the cell (Label or Entry) and the method the <Button-3> event runs.
In looking for something that would help me with this connection I was running print(id(event)) or print(type(event)) but only the type was consistent in it's return but with nothing of value to use to get back to the score sheet. It seems that there is no name or a unique identifier for a Label/Entry created in a loop. I will bet there is but I am just rookie enough to be ignorant of it. That will change.
Again, thank you for your assistance. I will keep working at it.
Brad