Link to home
Start Free TrialLog in
Avatar of asi
asi

asked on

Find text ... and select till end of line

I need to find with Ms Word macro, all the strings that start with '{a}' and select the range after '{a}'  till the end of a line.

so for example, if my doc contains the following 3 lines:
aaa {a} sdfsdf sdgg
sdfsds sdsdfsdf
{a} 2345 dfd

it should find/return the following strings/ selections:
sdfsdf sdgg
2345 dfd

How can I do it  ?
BR
Asi
ASKER CERTIFIED SOLUTION
Avatar of GrahamSkan
GrahamSkan
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial