Hey everyone, i've been working on my app for about 45mins already and i have a considerable amount done in comparison to my usual work-rate.
However, when trying to tell whether to open a new ionstance of a form, or stick with form1 i get error 450 with the following code :
VB Code:
If NewInst = vbChecked Then frm = New Form1 Else: frm = Form1 End If
How would i go about making this work correctly ?




Reply With Quote