Put this code in one of your source wbs....
Replace this part of the posted code with the message box contents as shown below.....Private Sub GetWBFilepath() MsgBox Application.ActiveWorkbook.FullName End Sub
change this...
to this..Set FilDir = fso.GetFile(ThisWorkbook.Path & "\yourfoldername\1056.xlsm")
The problem is usually a file path thing, The macro enable shouldn't matter.Set FilDir = fso.GetFile(" Place msgbox output here ")
Dave