A
Avi Mak
Hi all,
Same question as before: I need the Index # of the line/para/word of
the current selction so I know where I am after a Search.
I tried this form, as suggested:
ActiveDocument.Range(0, Selection.Range.End).Sentences.Count
(boy, that's convoluted - and it probably goes and counts...)
together with:
ActiveDocument.Sentences.Count (changing total)
It is way too slow.
Isn't there anything faster?
tia
Avraham.
Same question as before: I need the Index # of the line/para/word of
the current selction so I know where I am after a Search.
I tried this form, as suggested:
ActiveDocument.Range(0, Selection.Range.End).Sentences.Count
(boy, that's convoluted - and it probably goes and counts...)
together with:
ActiveDocument.Sentences.Count (changing total)
It is way too slow.
Isn't there anything faster?
tia
Avraham.