ashok _ napisaĆ(a): > > Okay,I will do that... is there any other alternative than using > getString() to get the text content for the range ? (I guess not... > :-( ... )
Well, I don't know if that's what you need, but I've just recently found out you can enumerate the content of the text range. This will give you an enumeration of paragraphs, and for each paragraph you can enumerate portions, whose strings you can then concatenate to get the full string of the range. See Noelson Duarte's 19.09 reply to my own question for a code sample. HTH, Zbigniew Banach --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
