indi visual
Member
I'm having trouble writing a vba code for:
Basically, if the content within the braces do not contain a single number 0-9, then remove braces only.
{both text and numbers} -then leave braces
{all numbers} -then leave braces
{all text} - - - then remove braces
all text is okay to have special characters #,$,%,@ etc..
range starts in A2, but end of column length unknown
length of brace content varies
I only wish to remove braces (inside content shall remain)
Basically, if the content within the braces do not contain a single number 0-9, then remove braces only.
{both text and numbers} -then leave braces
{all numbers} -then leave braces
{all text} - - - then remove braces
all text is okay to have special characters #,$,%,@ etc..
range starts in A2, but end of column length unknown
length of brace content varies
I only wish to remove braces (inside content shall remain)