UserForm loaded twice in VBA Project Explorer

  • Thread starter Thread starter OffDev
  • Start date Start date
O

OffDev

Hello,

For some reason my userform is loading twice in Project Explorer.
I believe it is causing an out of memory error when I attempt to add/edit
code on the userform.

Does anyone know why it does this and how I can make it stop?

Thank you for your assistance
 
Just right click on the userform name of the dupicated userform you want to
remove and click remove.

If this helps, let me know by clicking "YES" below.
 
Hi Ryan,

Thank you for responding.
What's happening is that the form is hanging in memory.
Unloading and setting the form to nothing seem to work.
 
Back
Top