Hi, IC,
I´m afraid it will take a little bit more than just a code like
Dim lngLastColum As Long
lngLastColum = Cells(1, Columns.Count).End(xlToLeft).Column - 11
If lngLastColum <= 0 Then lngLastColum = 2
Application.Goto Cells(1, lngLastColum), True
I would suggest the use of API for finding...