Hi,
I have my program all programmed but,
i want to have only one button!
How can i make it so if the radio button is selected it will do a certain sector of the code when the the actual button is pressed iv had a good attempt at if - A fail attempt but heres what i did
if RadioButton2.Checked = False Then
*my Code Here*
End if
If RadioButton1.Checked = False Then
*my Code Here*
End if