Not the answer
I think there is more to this. The same thing suddenly started happening to my computer (Win 2K, Office 07). It doesn't do anything except hang the exit, but it is annoying. I have no macros or VB code installed (at least, that I wrote). Here is a rundown of the contents of the VB Project window:
Contents of MS VB Project Lookup window:
atpvbaen.xls (ATPVBAEN.XLAM) -- clicking on it asks for PW, which I don't have.
Internet_Assistand (HTM.XLAM) -- clicking on it asks for PW, which I don't have.
lookup (LOOKUP.XLAM) -- clicking on it asks for PW, which I don't have.
sumif (SUMIF.XLAM) -- clicking on it asks for PW, which I don't have.
VBAProject (Book1)
-- Microsoft Excel Objects
-- Sheet1 (Sheet1) - nothing in it
-- ThisWorkbook - nothing in it
VBAProject (FUNCRES.XLAM)
-- Microsoft Excel Objects
-- Sheet1 (RES) - nothing in it
-- ThisWorkbook - nothing in it
-- Modules
-- RibbonX_Code (this code was not programmed or installed by me)
'Entry point for RibbonX button click
Sub ShowATPDialog(control As IRibbonControl)
Application.Run ("fDialog")
End Sub
'Callback for RibbonX button label
Sub GetATPLabel(control As IRibbonControl, ByRef label)
label = ThisWorkbook.Sheets("RES").Range("A10").Value
End Sub
and that's all that's there...