Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Community !
I have a .xls file in the Server of my company. And many people access it. In a multipage, when people select page 6, another .xls file from server is activated but when this one is activated, the Userform hides by itself. The user must use ALT + TAB to get the Userform back to screen. BUT... It happens only in a few computers, because of bad connection I think (wireless connection). Is there any command I can use for both cases? - If Userform is activated the command won't bug the file. - If Userform is hidden, the command will bring it to screen Thank you ! |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
it sounds like its an issue with the monitor and refresh. When the new
workbook is opened, it becomes the active application and the monitor driver with put it in "front " of other applications....and this will hide the form. the form doesn't hide itself. when the next refresh cycle occurs, the userform, as part of the active application, will again be brought to the front. I've seen this before - and in those cases there have been a either a lot of applications running or a few applications running but which have frequent updates. our solution was faster screens with greater bandwidth. "Eddie_SP" wrote: Hi Community ! I have a .xls file in the Server of my company. And many people access it. In a multipage, when people select page 6, another .xls file from server is activated but when this one is activated, the Userform hides by itself. The user must use ALT + TAB to get the Userform back to screen. BUT... It happens only in a few computers, because of bad connection I think (wireless connection). Is there any command I can use for both cases? - If Userform is activated the command won't bug the file. - If Userform is hidden, the command will bring it to screen Thank you ! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Autofilter Hides All... | Excel Worksheet Functions | |||
Filtering data hides row | Excel Programming | |||
code to hide hides too much | Excel Discussion (Misc queries) | |||
Open workbook hides | Excel Discussion (Misc queries) | |||
Autofilter hides totals I want to see | Excel Programming |