I am trying to read powerpoint slides. But when my program is encountered with text like " Vo = Σ CF/(1+t) " , the shape.TextFrame.TextRange.Paragraphs(paraindex,1).Text property can not read it properly(Specially Σ symbol and subscript 0(zero)with V). So the end result is garbled text.
[EDIT]: I discovered that the creator of the ppt has used Insert->Equation of powerpoint for writing "Σ CF" . So it becomes a special text.
[Note]: Writing above text/equation without using Insert->Equation tool, [pressing Alt+228, and subscript option] my code yields expected results.
Plz suggest if there is a way to handle text/equation written using Insert->Equation tool.
Thank You.