0 medlemmar och 1 gäst tittar på detta ämne.
Sub Merge_LOGs() Dim wsh As Object Set wsh = CreateObject("WScript.Shell") FTP = wsh.Run("%comspec% /c copy " + ThisWorkbook.Path + "\*.LOG " + ThisWorkbook.Path + "\NIBE_LOG.txt")End Sub