R
Red
I've been working on this problem for a couple of days now and can't work
out what's wrong with the below code. If anyone can help I'd really
appreciate it.
On FileSaveAs line it produces a Runtime Error 1101.
Set AP = ActiveProject
If AP <> "Definite ResPool" Then
If AP <> "Probable ResPool" Then
DBName = "<<\\Hta-nt1\Project_plans\Project_Server.mpd>\"
FileSaveAs Name:=DBName & AP, FormatID:="MSProject.MPD",
Map:="Contribution"
End If
End If
out what's wrong with the below code. If anyone can help I'd really
appreciate it.
On FileSaveAs line it produces a Runtime Error 1101.
Set AP = ActiveProject
If AP <> "Definite ResPool" Then
If AP <> "Probable ResPool" Then
DBName = "<<\\Hta-nt1\Project_plans\Project_Server.mpd>\"
FileSaveAs Name:=DBName & AP, FormatID:="MSProject.MPD",
Map:="Contribution"
End If
End If