View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
mono mono is offline
external usenet poster
 
Posts: 6
Default include access database in excel workbook

hello,

I did a small excel vba program that displays data from an access database.
The access database is used as a data container only. The client is now not
happy with the fact that he always has to take care of two files (the XLS and
the MDB), he'd like to have everything in one file. Is there a way to have
the whole database included in the excel workbook (e.g. as OLE object)? I
tried the OLE thing, but I was not successful...

using office 2003, by the way.

thanks a lot!