visbut.xls file

G

georgie1963

Each time when launching a workbook excel searches for this file
visbut97.xls. The file is found on the system but each time you must select
file visbut97.xls and open it in order to work on the workbook. I have only
one file affected.
Can someone explain this problem please?
Thank you
 
G

Gord Dibben

georgie

Perhaps the workbook is linked to visbut.xls?

Do you get any message about "this workbook contains links..........etc.?

Perhaps the workbook contains an auto_open or workbook_open code that needs to
load visbut.xls?

When you do open visbut.xls does it provide any new menu items or toolbar
buttons?

Just a guess, but visbut.xls could be a Visio file. Are you running Visio?

See anything checked in Tools>Add-ins that would indicate Visio?

With your workbook open, hit ALT + F11 to open the Visual Basic Editor.

CTRL + r to open the Project Explorer window.

Select your workbook/project and expand Excel Objects. Open ThisWorbook and
see if any code in there.

If nothing there, open any Module(s) and look for Auto_open code.



Gord Dibben Excel MVP
 
Top