J
Joy
in our macros, we use the codes to import data from csv file:
On Error GoTo 0
FileOpen Name:="C:\Export.csv", FormatID:="MSProject.CSV", Merge:=2,
map:="User Map"
occasionally, when using MS 2007, I got the following error:
Run time error '-2147417848 (80010108)'
Method 'FileOpen' of Object '_MSProject' failed
then I have to close it and start it over again.
this does not happen each time, but sometimes..
is there any way to make sure it runs smoothly and does not cause such error?
thank you
On Error GoTo 0
FileOpen Name:="C:\Export.csv", FormatID:="MSProject.CSV", Merge:=2,
map:="User Map"
occasionally, when using MS 2007, I got the following error:
Run time error '-2147417848 (80010108)'
Method 'FileOpen' of Object '_MSProject' failed
then I have to close it and start it over again.
this does not happen each time, but sometimes..
is there any way to make sure it runs smoothly and does not cause such error?
thank you