E
ellebelle
I get this error message when I try to run a macro to merge fields from an
ecell sheet into projet
2147417848
Method 'FileOpen' of object '_MSProject' faile
here is the code
Sub Import2()
FileOpen Name:="\\Whale\user_data\Project Admin\Schedules\MSProject\Company
Schedule\SP Schedule Working\import.xls", ReadOnly:=False, Merge:=1,
FormatID:="MSProject.XLS8", map:="Import_Text7"
FileOpen Name:="\\Whale\user_data\Project
Admin\Schedules\MSProject\Company Schedule\SP Schedule Working\import.xls",
ReadOnly:=False, Merge:=1, FormatID:="MSProject.XLS8", map:="Import_Text4"
FileOpen Name:="\\Whale\user_data\Project
Admin\Schedules\MSProject\Company Schedule\SP Schedule Working\import.xls",
ReadOnly:=False, Merge:=1, FormatID:="MSProject.XLS8", map:="Import_Start"
End Sub
It always errors on the final line of code ie. the thrid time I do a
'FileOpen'.
After I shut the macro off it then comesup with an error saying there is not
enough memory to complete the operation. I am trying to merge a lot of data.
Ellen
ecell sheet into projet
2147417848
Method 'FileOpen' of object '_MSProject' faile
here is the code
Sub Import2()
FileOpen Name:="\\Whale\user_data\Project Admin\Schedules\MSProject\Company
Schedule\SP Schedule Working\import.xls", ReadOnly:=False, Merge:=1,
FormatID:="MSProject.XLS8", map:="Import_Text7"
FileOpen Name:="\\Whale\user_data\Project
Admin\Schedules\MSProject\Company Schedule\SP Schedule Working\import.xls",
ReadOnly:=False, Merge:=1, FormatID:="MSProject.XLS8", map:="Import_Text4"
FileOpen Name:="\\Whale\user_data\Project
Admin\Schedules\MSProject\Company Schedule\SP Schedule Working\import.xls",
ReadOnly:=False, Merge:=1, FormatID:="MSProject.XLS8", map:="Import_Start"
End Sub
It always errors on the final line of code ie. the thrid time I do a
'FileOpen'.
After I shut the macro off it then comesup with an error saying there is not
enough memory to complete the operation. I am trying to merge a lot of data.
Ellen