Hello,
tried to search the forum but no threads found. Is there a way to close all the open forms?
HAve tried something like this:
but it didn't work like I expected to.
Thanks a lot!
tried to search the forum but no threads found. Is there a way to close all the open forms?
HAve tried something like this:
Code:
Dim i As Integer
MsgBox (Forms.Count)
For i = 0 To i = Forms.Count
MsgBox (i)
Next i
Thanks a lot!