Thread: [Solved] move cursor
View Single Post
 
Old 07-05-2015, 03:09 PM
mrlemmer11 mrlemmer11 is offline Windows 7 32bit Office 2010 32bit
Novice
 
Join Date: Jun 2015
Posts: 13
mrlemmer11 is on a distinguished road
Default

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
Reply With Quote