I have a large number of RTF documents that I am opening using Access. I would like to reformat the document and then copy them into a control.
I am able to open the documents, and go though all the paragraphs in the document (using the paragraphs object).
I found that my macro's are missing any text boxes. I thought I could look in the shapes collection that are in the paragraph but it does not seem like the textboxes are not part of a paragraph.
My solution would be to remove all the information in the text box and place it into the document at the anchor point. I do not see a easy way to remove the text box via VBA.
Has anyone done this already?
I am able to open the documents, and go though all the paragraphs in the document (using the paragraphs object).
I found that my macro's are missing any text boxes. I thought I could look in the shapes collection that are in the paragraph but it does not seem like the textboxes are not part of a paragraph.
My solution would be to remove all the information in the text box and place it into the document at the anchor point. I do not see a easy way to remove the text box via VBA.
Has anyone done this already?