Issue
I'm actually connected to server (home/office), I can access the server without problem, but when I open my excel file, the file opens, but it tells me that the path and found.
Solution
For Excel 2007
First Step: The DDE
- click the orb button (top right)
- click on "Option" bottom right
- click on "Advanced Options"
- down in the window until you reach the "General" Tab
- uncheck "ignore applications that uses the exchange of dynamic data"...DDE
Second Step:Disconnect and Reconnect Excel
Start/Run: cmd
In this black window type:cd C:\Program Files\Microsoft Office\Office12 (location of excel.exe).
excel.exe /unregserver
excel.exe /regserver
Thanks to tech_it for this tip.