S
Swark
New to VBA/Macros and have gotten myself into a pickle with the following:
Private Sub Project_Open(ByVal pj As Project)
FileOpen Schedule.xls
FilePreview
End Sub
The language may not be correct because I'm recalling it by memory. The
problem is that Project loads the file, previews it and upon exit, continous
to load the file and preview - in an endless loop. I exit only by Windows
Task Manager->End Task.
Tried to rename Global.mpt with no change. I can't use Project until I
(you?) solve this - need help!
Seth
Private Sub Project_Open(ByVal pj As Project)
FileOpen Schedule.xls
FilePreview
End Sub
The language may not be correct because I'm recalling it by memory. The
problem is that Project loads the file, previews it and upon exit, continous
to load the file and preview - in an endless loop. I exit only by Windows
Task Manager->End Task.
Tried to rename Global.mpt with no change. I can't use Project until I
(you?) solve this - need help!
Seth