Thread: VBE Issue
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Seth[_5_] Seth[_5_] is offline
external usenet poster
 
Posts: 10
Default VBE Issue

I am running a program that uses the ADO object and SQL
to retrieve data from a table. When I execute the
procedure to retrieve the data (opening the connection,
etc.) I get a problem: There is a dulpicate version of
the workbook in the VBE. When I close the workbook,
there is still a VBE project with the same name just
sitting there.

1. What is causing this?

and, more importantly,

2. Does anyone know how to stop this from happening, or
unloading the duplicate project?

Thanks!

Seth