View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
OffDev OffDev is offline
external usenet poster
 
Posts: 5
Default UserForm loaded twice in VBA Project Explorer

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.

"Ryan H" wrote:

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.
--
Cheers,
Ryan


"OffDev" wrote:

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