Hi, is it possible if have eight button on screen somehow to patch excel column, depend which button pressed write that button name in column eg.
eg. Patch(Excel_Table,{Quiz area: Pressed button name, Geography_Q1: Radio1.SelectedText.Value,
Thx

Hi, is it possible if have eight button on screen somehow to patch excel column, depend which button pressed write that button name in column eg.
eg. Patch(Excel_Table,{Quiz area: Pressed button name, Geography_Q1: Radio1.SelectedText.Value,
Thx
Hey! I think that you have to write the patch in every button
Or
You can set a var when the suer selects the button
Set(varButtonname; Name)
Patch(Excel_Table,{Quiz area: varButtonName, Geography_Q1: Radio1.SelectedText.Value,