View Single Post
 
Old 11-16-2012, 02:40 PM
YounesB3 YounesB3 is offline Windows XP Office 2010 32bit
Advanced Beginner
 
Join Date: Jul 2012
Posts: 37
YounesB3 is on a distinguished road
Default

I solved the issue by adding the following at the beginning of each file:
Code:
    Workbooks.Open Filename:= _
        "?:\(path to the file)", UpdateLinks:=0
And this at the end:

Code:
    ActiveWorkbook.Save
    ActiveWindow.Close
Kind Regards,
YB3
Reply With Quote