BUGGY,
But I was looking for a code like this...
VB Code:
Unload frmMain
and I search through whole code but can't find it obvously because the code was like this...
VB Code:
Dim frm As Form For Each frm In Forms Unload frm Set frm = Nothing Next frm
I learned a huge lesson today...listen to BUGGY......
Cheers...




...
Reply With Quote