Disappearing Workbook Excel 07

Bench

Board Regular
Joined
Aug 27, 2009
Messages
134
Hi,

I have a spreadsheet that when inactive disappears from the taskbar, in fact it never appears in the taskbar, the only way I can view it is to click on View>Switch Windows and then select the speadsheet from the list of open files.

I can't understand why this keeps happening, any ideas?

The only code i have in the workbook is a macro that opens another spreadsheet upon opening. I've inlcuded this below, i can't see that it would cause any problems but just in case.

Code:
Private Sub Workbook_Open()
'
' Macro5 Macro
'
'
    ChDir "K:\Prime\Clients"
    Workbooks.Open Filename:= _
        "K:\Prime\Clients\Prime Clients Packaging Requirements.xls"
    Windows("Prime Pipeline.xls").Activate
    Range("A1").Select
End Sub
 

Excel Facts

Last used cell?
Press Ctrl+End to move to what Excel thinks is the last used cell.

Forum statistics

Threads
1,220,965
Messages
6,157,119
Members
451,398
Latest member
rjsteward

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top