View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
tod tod is offline
external usenet poster
 
Posts: 114
Default Project stays in VBEditor when workbook is closed

Here's a strange one. I open a workbook and go to the
VBEditor to do some work on the code. When I'm done I save
the workbook and close it. BUT.. it's still in the project
menu in VBEditor. If I look at the code, the workbook
appears. It's like the workbook is still in memory.

What could be going on?

tod