Mega Code Archive

 
Categories / VisualBasic Script / Word
 

Finding Out Where the Selection Is in the Table

Sub sel()     If Selection.Information(wdAtEndOfRowMarker) = True Then _         Selection.MoveLeft Unit:=wdCharacter, Count:=1 End Sub