J
Joy
I merge data in a csv file with my Project file. The merge key is UID, and
after merge, some data of a task gets updated. like Hyperlink field and some
Text fields.
I got the error message with Project 2007 occasionally.
2147417848
Method 'FileOpen' of object '_MSProject' failed
My codes:
Application.FileOpenEx Name:="C:\Documents and
Settings\<abc>\Desktop\1.csv", Merge:=2, FormatID:="MSProject.CSV",
Map:="Export Short Map"
I cannot see any problem with my Project file
each time I got it, I have to close the file, and run it again, and the
second time it usually succeeded.
I also notice that with some other Project files, I also got the error
sometimes.
What possible issues with my Project file?
thank you
after merge, some data of a task gets updated. like Hyperlink field and some
Text fields.
I got the error message with Project 2007 occasionally.
2147417848
Method 'FileOpen' of object '_MSProject' failed
My codes:
Application.FileOpenEx Name:="C:\Documents and
Settings\<abc>\Desktop\1.csv", Merge:=2, FormatID:="MSProject.CSV",
Map:="Export Short Map"
I cannot see any problem with my Project file
each time I got it, I have to close the file, and run it again, and the
second time it usually succeeded.
I also notice that with some other Project files, I also got the error
sometimes.
What possible issues with my Project file?
thank you