Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am trying to use a form for the first time. I added it to my macro,
and it displays ok. When I exit from it I use Unload Me. However, before it has cleared from the screen, a message box which comes up later in the macro, appears over top of the form which I had closed. Leaving both teh form and the msgbox on the screen Can any tell me what I might be doing incorrectly? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Do you have
application.ScreenUpdating = False in effect when you show the form? If so, then that is probably the cause. -- Regards, Tom Ogilvy wrote in message ... I am trying to use a form for the first time. I added it to my macro, and it displays ok. When I exit from it I use Unload Me. However, before it has cleared from the screen, a message box which comes up later in the macro, appears over top of the form which I had closed. Leaving both teh form and the msgbox on the screen Can any tell me what I might be doing incorrectly? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks, You're right, that was the problem
On Mon, 27 Oct 2003 21:18:36 -0500, "Tom Ogilvy" wrote: Do you have application.ScreenUpdating = False in effect when you show the form? If so, then that is probably the cause. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Form design question. | Excel Discussion (Misc queries) | |||
Excel Form Question | Excel Discussion (Misc queries) | |||
Form question | Excel Discussion (Misc queries) | |||
Creating a form question | Excel Discussion (Misc queries) | |||
ser form question | Excel Programming |