You don't need VBA to accomplish your task.
Save the workbook, then do the following:
1) With the replace function, replace "=" with "'="
Now you have only text.
2) Replace ")*2" with ""
3) Replace "(" with ""
4) Replace "'=" with "="
*******************************************
Or simplified, just replace "*2" with "". That will also do the trick