Userform driving me insane

  • Thread starter Thread starter Randy P
  • Start date Start date
R

Randy P

I do not know what happened. I have been working on this module for several
weeks and now the Userform Object window wants to keep appearing when I stop
execution of my module. The module code window seems to hide behind this
Object window. I get very frustrated that I must reenter the module window
every time I stop debugging my code.Can anyone help with this issue? please
.... please ... help

--
 
That's a pretty common thing. I usually just double click the module in the
project window and I am back in. I have never even stopped to wonder why it
occurs although I expect it has to do with where the last code to run was
stored.
 
I usually have my project window closed so I can see more code. I was a
great hassle to go that route every time I stepped thru a little code. I
finally figured out that if I closed all the form windows in the background.
It had no choice but to reset to another window. I finally just closed all
other background windows except for my main module window and it has no
choice but to reset to that window.

I appreciate the response though
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top