When I close any Excel spreadsheet the error reappears and I can hit OK and
continue working with out any problem. I have Office 2003 running with XP
Pro. SP2 is no installed.
--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com
"Russ" <Ru...@discussions.microsoft.com> wrote in message
news:22940FEE-AE75-4881...@microsoft.com...
Go into the VBE.
You should still be able to see VBAProject(jwpacke.xls) in the project
explorer.
Hit ctrl-g to see the immediate window.
Type the following and hit enter
?workbooks("jwpacke.xls").fullName
Note location of file.
Thanks again for helping to preserve sanity.
Jeannie
Uncheck all add-ins. Close and restart Excel. If the problem goes away,
then it is one of the add-ins causing the error message. Contact the
publisher for a fix.
If not, Search your hard drive for personal.xls. Go to its folder, and
remove it and any files in it. There may be several. This prevents them
from starting up. If the problem goes away, add back the files one at a
time until the problem re-occurs. Contact the person who supplied the file
and ask for a fix.
Robert Flanagan
http://www.add-ins.com
Productivity add-ins and downloadable books on VB macros for Excel
"Kertbank" <Kert...@discussions.microsoft.com> wrote in message
news:1D8453DE-2110-4252...@microsoft.com...