how to open a ms project file with vb

M

Maryam

hi anyone here know how i can open a Ms Project file in vb
or rechange a Ms project file to Access version from out
of Ms project
tnx
Maryam
 
P

PK

I am only somewhat familiar with Project version 2002 (no earlier
versions) and it allows one to directly save projects in MS Access
format. Then, from VB, use ADO to reach into your project data.
Probably first you'll want to read "Projdb.htm," which on my machine
is located at ...

C:\Program Files\Microsoft Office\Project2002\Office10\1033\PROJDB.HTM

This document describes the internal Project table structures and
related nuances.

Peter Klein
 
Top