1. form that is open can have a number of these?
2. closed form series open with error
For Each frm In Forms
If frm.Name <> Me.Name Then
If frm.MDIChild = True Then
MDIMainForm.RemoveChild frm.Name ' Error here
End If
End If
Next
Set frm = Nothing
|
Results 1 to 7 of 7
Thread: How many test form is open?Threaded View
|
Click Here to Expand Forum to Full Width |