Hi,
As far as I know, yes it works with Access XP and Excel XP. If you need to
close connection to previously opened database, then just call Close method
of opened connection and set connection variable to Nothing
MyConnection.Close
Set MyConnection=Nothing
--
Val Mazur
Microsoft MVP
Quote:> Hi,
> Anybody knows MS Jet OLEDB 4.0 still valid to make
> connection to Access XP and Excel XP?
> And I'm debugging a VB App which builds a histogram in
> Excel from a data file, but how can I totally terminate
> the connection to Excel after I'm done with it?
> Thanks,
> Maureen