Hi guys, I currently making an Excel VB application. However, I am stuck at the moment. I am trying to make the choice between two OptionButtons compulsory.
I tried the code
If Me.PWebOption.Value = False & Me.BWebOption = False Then
MsgBox "Please choose a type of website"
Exit Sub
End If
But this is not giving me the required results. I tried putting them in brackets and everything but still stuck. I'm sure this is a trivial answer but I am just getting to grips with VB so please forgive me.
Many thanks in advance.