Code:
' Transfers Amount
If OptionButton1 Then Cells(Nextrow, 4) = TextBox4.Value
If OptionButton2 Then Cells(Nextrow, 5) = TextBox4.Value
Problem is with OptionButton2
OptionButton2 is inputting TextBox value to col 4 and col 5.
As if OptionButton1 does not get turned off when I select OptionButton2.
Both option buttons are within a frame on a form.
OptionButton1 works correctly.