i have a data like shown below
When i run a macro i want only this part
There will always be an opening brace and an closing after the initial text.
Thanks in advance
Code:
Cell - A1
abc(Sometext_or_number)
def(Sometext_or_number)
ghi(Sometext_or_number)
jkl(Sometext_or_number)
mno(Sometext_or_number)
pqr(Sometext_or_number)
When i run a macro i want only this part
Code:
abc
def
ghi
jkl
mno
pqr
Thanks in advance