
Signature
Greg Maxey/Word MVP
A Peer in Peer to Peer Support
Greg Maxey was telling us:
Greg Maxey nous racontait que :
> JGM
>
> Is there any advantage by using
> Len(ActiveDocument.Range.Text) < 11
> over
> ActiveDocument.Characters.Count < 11
Not that I can think of... It is just that this was the first thing that
popped into my mind!
Now that you bring it up, I think that
ActiveDocument.Characters.Count
would be more accurate for this purpose (If there are tables for example,
the End of Cell marker will be counted as 2 characters by the Len function,
but as one by Characters.Count.)
Since he was talking about an almost blank document, I did not really think
that deep!

Signature
Salut!
_______________________________________
Jean-Guy Marcil - Word MVP
jmarcilREMOVE@CAPSsympatico.caTHISTOO
Word MVP site: http://www.word.mvps.org
Greg Maxey - 26 Nov 2004 19:23 GMT
JGM,
OK, thanks. I wasn't sure.

Signature
Greg Maxey/Word MVP
A Peer in Peer to Peer Support
> Greg Maxey was telling us:
> Greg Maxey nous racontait que :
[quoted text clipped - 16 lines]
> Since he was talking about an almost blank document, I did not really
> think that deep!