21-05-2007, 10:15 AM
It looks fine, the only difference to my code is that I have:
But it should not matter anything.
Code:
If frmTrade.Visible = True Then
frmTrade.Visible = False
Else
frmTrade.Show vbModal
End If