I'm manipulating tables in Excel using Visual basic and as part of the code I would like to remove all text enclosed in parentheses from column headers - see below
From
To
Ive been attempting to use the example formula using VBA but cannot make it work
and so forth for each header.
Thanks for any help.
From
To
Ive been attempting to use the example formula using VBA but cannot make it work
Code:
=LEFT(D1,FIND(" (",D1)-1)
Thanks for any help.