View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
David Liebtag David Liebtag is offline
external usenet poster
 
Posts: 6
Default Extra reference after opening a file

I solved the problem. The Open method returns a Workbook object. You have
to call the Workbook's Close method before releasing it.

David Liebtag