N
noname
Hello,
I work with Word 2000 and Project 98 and try to
communicate from Word with Project. I have another
application where I communicate from Excel to Project
which works. The same code in Word is not possible,
because the program stops when reading the first Project
command.
Does anybody know if the communication from Excel to
Project is different from the communication from Word to
Project?
The code in Excel is:
Dim Projekt As Object
'start Project.
Set Projekt = CreateObject("MSProject.Project")
Thanks in advance
Anne
I work with Word 2000 and Project 98 and try to
communicate from Word with Project. I have another
application where I communicate from Excel to Project
which works. The same code in Word is not possible,
because the program stops when reading the first Project
command.
Does anybody know if the communication from Excel to
Project is different from the communication from Word to
Project?
The code in Excel is:
Dim Projekt As Object
'start Project.
Set Projekt = CreateObject("MSProject.Project")
Thanks in advance
Anne