When launching Excel 2007 the VB debuger always opens

C

Chris Coates

I am testing Excel 2007 Beta 2 on two computers.
On one of them, XP SP2 there is no problem. On the other, 2003 Server SP1,
each time I open Excel a VB window opens up, with a message that says
"Compile error: Cant find project or library."
If I close that window I get a message saying that the debugger will stop.
If I close that, Excel reacts normally.
Any suggestions?

Thanks

[email protected]
 
P

Patrick Schmid

Hi Chris,

Do you have any templates loading on the second computer?
Any add-ins?
What is shown in VB itself when you see the error message? Which module
are you in?
This sounds like some VB code is not able to work correctly in 2007 and
you'd have to find the source of the error.

Patrick Schmid
 
Top