I know it's not too terribly dynamic, but if the first column will always be static and not change its contents, then you could just use:
Selection.Start = 3729
Where 3729 = the first character of the second column... however, once again, if column 1's character count increases by 20 lets say then your selection.start would also need to increase by 20
|