I want to extract all formula's from a document. The problem arises when I need to extract formulas from tables.
I use a loop :
dim parTeller as Paragraph
dim docInput as Document
for each parTeller in docInput
next parTeller
and check each paragraph for embedded objects:
For Each objCounter...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.