ChristianDK
Programmer
Hello
Im trying to link to 125 other Excel files based on input from cells
Sub Link()
For i = 1 To ActiveWorkbook.Sheet.Rows.Count
Range("Sheet1!B(i)") = "D:\Documents and Settings\New Folder\Range" & ("Sheet1!B1") & Range("Udtrækrapportpakker!B1")
Next
End Sub
Im i totally off?
Hope someone can help me out
Im trying to link to 125 other Excel files based on input from cells
Sub Link()
For i = 1 To ActiveWorkbook.Sheet.Rows.Count
Range("Sheet1!B(i)") = "D:\Documents and Settings\New Folder\Range" & ("Sheet1!B1") & Range("Udtrækrapportpakker!B1")
Next
End Sub
Im i totally off?
Hope someone can help me out