| BEFORE | AFTER |
Private Sub Form_Load()
If True Then
MsgBox "Hello World"
End If
End Sub
|
Private Sub Form_Load()
If True Then
MsgBox "Hello World"
End If
End Sub
|