Hi
Your script is OK and work with both
oDXFExport.OutputFileName = "Output/" + CellDocObj.Cells.Item(1).Name + ".dxf"
and
oDXFExport.OutputFileName = CellDocObj.Path + "Output/" + CellDocObj.Cells.Item(1).Name + ".dxf"
No errors
Your problem is not the script....