Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Presto - Excel Vanishes from the taskbar, but is still open. Why did it disappear?

I have a rather large spreadsheet (huge model) that reads and writes
from dozens of other files - and shortly after it opens, it will
disappear from the taskbar at the bottom of the screen. Excel is still
open, but just not accessible from the toolbar - you have to press
Alt-Tab and pick the right Excel icon to get to it.

Most users are running Windows XP (some on 2000), and all are using
Office XP with SP 2 or 3.

I am thinking I have done one of a few dangerous things (I can't paste
the program logic, because it is over 9,000 lines, and I don't know
where it is happening):

Closing these miscellaneous files after I have read the data with
ActiveWorkbook.Close

I open 3 files - one is used, the other two have values read by the
main file, so I hide them with statements like (parts file is a
variable with the name of a spreadsheet that stays open, program is the
name of the program that is running):
Windows(PartsFile).Activate
Windows(PartsFile).Visible = False
Windows(Program).Activate

I added (if it would help)
Windows(Program).Visible = True
Sheets("Country").Visible = False

periodically, I will also turn on and off screen updating
(Application.ScreenUpdating = True/False)

Does anyone have any idea why Excel disappears? I have some new users
coming on board who are nervous about the screen disappearing, and
since they run the model 50 times a day, this is a major annoyance.

Thanks,
Brandon

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Presto - Excel Vanishes from the taskbar, but is still open. Why did it disappear?

My first thought is to check the following:

Tools - Options - and under Show, make sure Windows in Taskbar is
checked. I don't know why it happens, but that was an issue I
constantly had to deal with.

Brendon

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Presto - Excel Vanishes from the taskbar, but is still open. Why did it disappear?

Brendon,

Thanks for the thought. I double-checked the view panel, and I do have
"Show Windows in Taskbar" checked.

My thought is that it is VBA - if you saw how many screens and files
get opened and hidden, and files get activated and closed, that my
guess is that some sequence breaks Excel somehow. I am hoping that
someone had a similar problem.

Thanks,
Brandon

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
My Excel icons disappear from the taskbar & another issue. Frustrated Excel Discussion (Misc queries) 0 July 16th 08 07:34 PM
Also minimize Excel by clicking taskbar icon without files open. ExcelDog Excel Discussion (Misc queries) 3 July 26th 05 06:43 PM
Only 1 taskbar button when i open 2 excel documents inenewbl Excel Discussion (Misc queries) 1 July 17th 05 11:36 AM
Settings for open excel twice if open 2nd excel file (2 taskbar bu H Strydom Excel Discussion (Misc queries) 1 July 12th 05 01:48 PM
Excel only shows only one document open on the Taskbar. tubroh730 Excel Discussion (Misc queries) 2 December 22nd 04 09:41 PM


All times are GMT +1. The time now is 02:35 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"