Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a vb routine that calls up a userform to get information, once
completed you click a button and the rest of the process commences back in the spreadsheet. This process can take up to a minute or two depending on the amount of data being processed. The problem is that the userform won't leave the screen, until the entire routine is done. I have set the userform to hide when the button is clicked, I have put another hide command further down in the heart of the code, I have tried the unload command. Nothing seems to work, except for making it NOT modal, then it works just fine, except the rest of the code has already bailed, because it went on without waiting for the information. What am I missing? Surely there is a way to make this window go away. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can a non-modal form be viewed w/o Excel in the background? | Excel Programming | |||
Forms that are modal in 97 are not modal in 2003 | Excel Discussion (Misc queries) | |||
Forms that are modal in 97 are not modal in 2003 | Excel Programming | |||
Non -Modal form disappears | Excel Programming | |||
Modal User Form | Excel Programming |