Remove text between [ ]

R

Ravinder S. Mahoon

Hi! Please advise me on how to remove any text between two signs e.g. [ ].
Perhaps with a macro?
I would appreciate any help.
Thanks,
 
J

Jezebel

Use Find and Replace. Click More on the dialog and check 'Use wildcards'.

Search for: \[*\]
Replace with: []
 
R

Ravinder S. Mahoon

Thanks a lot, exactly what I wanted.

Jezebel said:
Use Find and Replace. Click More on the dialog and check 'Use wildcards'.

Search for: \[*\]
Replace with: []





Ravinder S. Mahoon said:
Hi! Please advise me on how to remove any text between two signs e.g. [ ].
Perhaps with a macro?
I would appreciate any help.
Thanks,
 
Top