Public Sub KopierFil() Dim SourceFile, DestinationFile SourceFile = Range("A1").Value ' Define source file name. DestinationFile = Range("A2").Value ' Define target file name. FileCopy SourceFile, DestinationFile ' Copy source to target.
Workbooks.Open Filename:=DestinationFile Sheets("ark1").Range("A3") = ThisWorkbook.Sheets("ark1").Range("A3") ActiveWorkbook.Save ActiveWorkbook.Close End Sub
Der kommer stadig et lille ikon frem i bundlinien men det kan man nok ikke gøre noget ved. Ellers virker det bare helt perfekt. Mange tak for hjælpen, det var sku fedt.
Tilladte BB-code-tags: [b]fed[/b] [i]kursiv[/i] [u]understreget[/u] Web- og emailadresser omdannes automatisk til links. Der sættes "nofollow" på alle links.