Kan nogen hurtigt spotte fejlen her ?
For v = LBound(vLOCs) To (UBound(vLOCs) - 1)my_Travels = Left(loc.Cells(vLOCs(v, 2), 1), Len(loc.Cells(vLOCs(v, 2), 1), 1) - 2)
my_Travels.offset(0, 1) = Left(loc.Cells(vLOCs(v + 1, 2), 1), Len(loc.Cells(vLOCs(v + 1, 2), 1), ) - 2)
next v
Jeg få følgende fejl: Compile error Expected: )