I have created a workbook with quite a few userforms. Most of the userforms have listboxes. This is the first time I have really worked with them. The computers we have at work are not great but I have been having memory issues and was wondering if it is necessary to add code so that userforms/list boxes don't stay active after use.
I am using the code below to call the userform and generally using the "X" on the userform to exit. Should I add an Unload Me?
Cheers guys
I am using the code below to call the userform and generally using the "X" on the userform to exit. Should I add an Unload Me?
Code:
Sub Trunklinkform1()
UserForm12.Show
End Sub
Cheers guys