Can I save multiple MPP file to MSAccess through VB .Net?

K

kcheong15

I try to save 2003 MSProject to MSAccess database through VB .Net. I can save
multiple MPP file one by one. But if I try to save multiple file at the same
time, I will get error for it. Is there anyway I can save MPP files
concurrently? Thanks.
 
R

Rod Gill

No,

Project is inherently a single process application. Unlike Excel you can
only have one instance of it in memory at one time. You therefore need to
save projects one by one.

--

Rod Gill
Project MVP

NEW!! Project VBA Book, for details visit: www.projectvbabook.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top