Prøv denne kode Marker alle celler med Kode ag afdeling og kør så makroen. Resultatet blive placeret i kolonne F og G
Sub test() Dim x As Long, y As Long Dim c As Range, rg As Range Dim t As Variant ReDim TheArray(1, 1000)
Set rg = Selection For Each c In Range(rg.Columns(1).Address)
t = Split(c.Offset(0, 1), "/")
For x = 0 To UBound(t) TheArray(0, y) = c If Len(t(x)) >= 1 Then TheArray(1, y) = t(x) y = y + 1 ' step up array size by 1000 If y Mod 1000 = 0 Then ReDim Preserve TheArray(1, UBound(TheArray, 1) + 1000) End If Next
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.