If MsgBox("Click OK") = vbOK Then
can be used in place of
If MsgBox("Click OK") = 1 Then
in order to improve readability.
Use Object Browser to find available VB constants. View → Object Browser or F2 from VB Editor.
Enter class to search
View members available