Hi Erel,
In the fx.MsgBox2 calling function and the help text we have:
Msgbox2(Owner As Form, Message As String, Title As String, Positive As String, Cancel As String, Negative As String, Style As Object)
The order of the button texts is Positive, Cancel, Negative.
But on displayed message box the order is
Positive, Negative Cancel.
Could you please change the order the calling function and in the help to be coherent.
In the fx.MsgBox2 calling function and the help text we have:
Msgbox2(Owner As Form, Message As String, Title As String, Positive As String, Cancel As String, Negative As String, Style As Object)
The order of the button texts is Positive, Cancel, Negative.
But on displayed message box the order is
Positive, Negative Cancel.
Could you please change the order the calling function and in the help to be coherent.
Last edited: