Good Day,
I am using Microsoft Project Online Desktop Client Version 2511.
Before the September update, I could successfully import a legacy‑formatted text extract from SAP (PM Orders) into Project using a VBA macro that calls the FileOpen command with a previously saved import map.
Since the upgrade, Project no longer loads the file — the import runs, but no tasks appear. The file format itself hasn’t changed, and the macro is unchanged.
Question: What could have changed in Project v2511 that prevents legacy text files (with saved maps) from importing tasks, and how can I troubleshoot or resolve this?
I have tried teh following:
· Confirmed file is plain text (.txt) and tab‑delimited (not spaces or commas).
· Verified file contains at east one column with Task Name values.
· Tested manual import via File → Open → Text Files → Import Wizard:
o Selected New Map → Tasks → Delimited → Tab.
o Mapped Task Name → Name.
· Checked Project Options → Schedule to ensure New tasks created → Auto Scheduled.
· Ran VBA macro with FileOpen using the previously saved map.
· Verified ActiveProject.Tasks.Count after import (result = 0).
· Previewed first 5 rows in Immediate Window to confirm data is present and correctly split into columns.
· Confirmed no filters or collapsed summary tasks are hiding imported tasks.
· Checked date and duration formats (SAP export uses dd/mm/yyyy, durations like 2d, 4h).