M
Martin Müller
Dear experts
how can I detect an end-of-paragraph sign, namely ChrW(10)? I want to extend a selection as far as the next blank appears or the next end-of-paragraph sign through
Do While Not (Selection.Text Like "* *" Or Selection.Text Like "*" & ChrW(10) & "*"
Selection.MoveRight Unit:=wdCharacter, Count:=1, Extend:=wdExten
Loo
but the loop recognizes blanks only
Best regard
Martin
how can I detect an end-of-paragraph sign, namely ChrW(10)? I want to extend a selection as far as the next blank appears or the next end-of-paragraph sign through
Do While Not (Selection.Text Like "* *" Or Selection.Text Like "*" & ChrW(10) & "*"
Selection.MoveRight Unit:=wdCharacter, Count:=1, Extend:=wdExten
Loo
but the loop recognizes blanks only
Best regard
Martin