Create new project database file with VBA

B

Biggles

I would like to create a clean *.mpd file with VBA that I will then insert
projects into with more VBA. How can I do that and have the table structure
I need?

Sean
 
R

Rod Gill

Save a project into a new mpd then delete the project. Record a macro of you
doing this to get the code. Creating the database with code would be time
consuming and wasteful of time!

Not Project 2007 does not export to Access any more but does read from a
..mpd.

--

Rod Gill
Project MVP

Project VBA Book, for details visit:
http://www.projectvbabook.com

NEW!! Web based VBA training course delivered by me. For details visit:
http://projectservertraining.com/learning/index.aspx
 
B

Biggles

Believe me, looking at that list of tables in the MPD, there was no way I was
going to do that manually.

I ended up doing essentially what you said, but opened a new project, saved
it as an mpd file with my first project as the main project. I was hoping
there was some way to create a blank one with all the tables created.

Thanks
 

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