paranthesis removal

R

RADM

In downloading stock information the stock symbols are enclosed in
paranthesis. How can I remove the paranthesis for a long list of stock
symbols without having to use delete for each stock symbol?
Thanks
 
J

JE McGimpsey

One way:

Edit/Replace Find what: ( Replace with:
Edit/Replace Find what: ) Replace with:

(i.e., the replace with's blank)
 
Top