D
Dave Neve
Hi
I know this is a pathetic attempt but it's one thing manipulating code and
quite another to write it.
I want to find words that I have selcected with my cursor in a column of a
table in the same column.
Sub FindAndCompare()
If Selection.Information(wdWithInTable) = True Then
Selection.SelectColumn
End If
Selection.Find.Execute FindText:="", Forward:=True
End Sub
Any help appreciated
Thanks
I know this is a pathetic attempt but it's one thing manipulating code and
quite another to write it.
I want to find words that I have selcected with my cursor in a column of a
table in the same column.
Sub FindAndCompare()
If Selection.Information(wdWithInTable) = True Then
Selection.SelectColumn
End If
Selection.Find.Execute FindText:="", Forward:=True
End Sub
Any help appreciated
Thanks