0
I would like to convert the running text into Equation in MS-Word2010
For example I have already keyed the text "A2 + B2 = C2", and I have tried to copy and paste that text into MS-Word2010 equation editor. While doing so the superscript styles has been lose, it past like A2 + B2 = C2.
For detail I have added the screen capture here Click here
Even I have tried in VBA code, but it not worked. Here is the VBA code as I tried:
Sub Macro3()
Selection.CopyFormat
Selection.OMaths.Add Range:=Selection.Range
Selection.PasteAndFormat wdFormatOriginalFormatting
ActiveDocument.Save
End Sub
Is there is any option to convert the normal text into equation without formatting lose? Or paste the text into equation editor window without formatting loses?
Have you right-clicked and tried all the different, special paste options that are there? – Appleoddity – 2018-02-16T06:51:33.373
A I have tried but it's not worked! – Prabhu M – 2018-02-19T06:25:09.313