Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How do I call a module from a userform and have the userform disappear from
sight? Now I call the subroutine, it runs and then I UNLOAD the userform. But the subroutine takes awhile to run and having the userform show is distracting. Again, I am a novice so I appreciate any help anyone can provide. Thank you! |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Try this Me.Hide -- mrice Research Scientist with many years of spreadsheet development experience ------------------------------------------------------------------------ mrice's Profile: http://www.excelforum.com/member.php...o&userid=10931 View this thread: http://www.excelforum.com/showthread...hreadid=552829 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks for your advice. I put Me.Hide on line before I call the subroutine.
It took awhile, but it went away after a minute or so, but it seemed like my routine stopped about the same time. I am really a novice, so it might have been a co-incidence. "mrice" wrote: Try this Me.Hide -- mrice Research Scientist with many years of spreadsheet development experience ------------------------------------------------------------------------ mrice's Profile: http://www.excelforum.com/member.php...o&userid=10931 View this thread: http://www.excelforum.com/showthread...hreadid=552829 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Stopping a userform subroutine | Excel Discussion (Misc queries) | |||
Private Sub - Called from Userform | Excel Discussion (Misc queries) | |||
Referencing a file name within a called subroutine | Excel Programming | |||
Public subroutine called from a private sub | Excel Programming | |||
how to make a link to a function or subroutine... | Excel Programming |