It isn't documented, but this works
Dim x as New Access.Application
On error resume next
Kill strFileOut
x.SysCmd 603, strFileIn, strFileOut
The last 2 parameters are the file path for the MDB and MDE respectively.
Note you need to Kill strFileOut in the event that it already exists.
--
Paul Overway
Logico Solutions, LLC
www.logico-solutions.com
"GeorgeMar" <(E-Mail Removed)> wrote in message
news:15bed01c44761$42e35110$(E-Mail Removed)...
> Does anyone know how to create an MDE through VBA? I
> can't find any docs.
>
> regards
> george