View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Randy P Randy P is offline
external usenet poster
 
Posts: 2
Default Userform driving me insane

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


"JLGWhiz" wrote in message
...
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.

"Randy P" wrote:

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

--