M
metaldogo70
I am trying import Resource Sheet data from Project 2000 into Excel
2002. Here's is my code to instantiate my connection between Excel and
Project:
Set objProj = CreateObject("MSProject.Application")
objProj.fileopen "C:\TestData.mpp"
I can get this code to work up to this point, but how do I get
information like the number of resources? I tried the following to see
if it would give me the information that I needed:
Debug.Print objProj.Resources.Count
Doing this gives me Error #438, "Object doesn't support this property
or method."
What do I do? Am I missing something or am I doing this the wrong way?
Thanks!
JR
2002. Here's is my code to instantiate my connection between Excel and
Project:
Set objProj = CreateObject("MSProject.Application")
objProj.fileopen "C:\TestData.mpp"
I can get this code to work up to this point, but how do I get
information like the number of resources? I tried the following to see
if it would give me the information that I needed:
Debug.Print objProj.Resources.Count
Doing this gives me Error #438, "Object doesn't support this property
or method."
What do I do? Am I missing something or am I doing this the wrong way?
Thanks!
JR