View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
AA2e72E[_2_] AA2e72E[_2_] is offline
external usenet poster
 
Posts: 93
Default Problems opening Access database from Excel VBA

You need to set the visible property to true
appAccess.visible = true
before you set it to nothing.