R
Ronald Dodge
I am running this code within Excel 2002.
This code worked fine when I was using Project 98, but just upgraded to
Project 2000.
Code does reference to the proper Project DLL file.
MSProj.DisplayAlerts = False
Application.DisplayAlerts = False
Application.StatusBar = "Opening " & PF
MSProj.FileOpen Name:=ThisWorkbook.Path & "\" & PF,
OpenPool:=pjPoolAndSharers
The error message coming up is stating that it can't locate inserted project
files (1 at a time of course). How can I get the program to skip the file
and bypass this error message? Need to have this code not only during the
day, but also overnight as this code is ran twice daily, and since I'm not
here for the night side of it's running, I won't be here to baby sit it of
which I don't like baby sitting code anyhow.
TIA
Ronald Dodge
Production Statistician
Master MOUS 2000
This code worked fine when I was using Project 98, but just upgraded to
Project 2000.
Code does reference to the proper Project DLL file.
MSProj.DisplayAlerts = False
Application.DisplayAlerts = False
Application.StatusBar = "Opening " & PF
MSProj.FileOpen Name:=ThisWorkbook.Path & "\" & PF,
OpenPool:=pjPoolAndSharers
The error message coming up is stating that it can't locate inserted project
files (1 at a time of course). How can I get the program to skip the file
and bypass this error message? Need to have this code not only during the
day, but also overnight as this code is ran twice daily, and since I'm not
here for the night side of it's running, I won't be here to baby sit it of
which I don't like baby sitting code anyhow.
TIA
Ronald Dodge
Production Statistician
Master MOUS 2000