View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
MVP Wannabe[_2_] MVP Wannabe[_2_] is offline
external usenet poster
 
Posts: 5
Default Open MS Project From Excel & read Task Properties List

I want to open a MS Project file and create a list of the Task table field
names. (e.g. ID, Name, Start, Finish, etc.) I want the complete list of field
names to populate to an Excel worksheet.

I am looking for code to do two things:

1: List the Task table field names from the task collection

2: Possibly open the MS project file without having a copy of MS project open.

Thanks in advance.