Hello all,

I am working on a excel macro where a word file is opened and a list of string are searched.

I want to check if the string being searched is positioned at the start of a line. But i don't want the system to use cursor or selection, a simple find and execute and to check if the first character of the selected string is the first character of the line.

Any help would be greatly appreciated.