View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
junior C junior C is offline
external usenet poster
 
Posts: 1
Default Closing a database from excel

When I try to close a database from excel, it won't let me open the database
until I hit the reset button on the debug toolbar. This is the statment I am
using to close it.

Access.Application.CloseCurrentDatabase

What am I doing wrong?