HTML:
' Transfers Amount
If OptionButton1 Then Cells(Nextrow, 4) = TextBox4.Value
If OptionButton2 Then Cells(Nextrow, 5) = TextBox4.Value
When OptionButton1 is selected it inputs value to col 4.
When OptionButton2 is selected it inputs value into col 4 & 5,
and should only input to 5.