Hi all.
I'm trying to delete all shapes for a specific section of a word document. I've set LinkToPrevious to false for all sections and then I do the loop below. The problem is that the For loop below runs on and deletes all shapes in all sections, and that happens whether section breaks are...
I need to recolour text for a selected portion of a word document but omitting the recolor if the text is found in a table. Here's what I have so far:
With workrange.Find
.ClearFormatting
.Text = "SearchText"
Do While .Execute
If Not workrange.Information(wdWithInTable)...
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.