Hi, right now i have a macro that asks the user for some input using an input box. I was wondering if it is possible to allow the user to scroll through the document while the input box is up. Is this at all possible?
I see nothing happen and yes "facility name - location, st" is the text in the footer being replaced. I also forgot to mention that the footers are not linked to each other.
Hi I'm trying to create a macro that will ask the user for input, then take that input and put it into the existing footer of a document, replacing what was previously in the footer.
This is what I have so far:
Sub FasterFindAndReplaceAllStoriesHopefully()
Dim myStoryRange As Range
Dim...
That doesnt quite work for my code. I'm wondering if there's certain special characters that represent bold, italic, and underline.
Here's a copy of my code:
With ActiveDocument.Content
.Find.Execute FindText:="Section C.4"...
You definitely select the object in the header/footer. The objects ca be edited as WordArt Objects. There is no other shapes in the header. The code macropod provided still is not working. I am not sure what's wrong with it.
For some reason it is still not working. I'm not sure if it matters or not, but the word art's layout is more in the background of the text then in the usual header position. It is not located in the little dashed line box for the header/footer.
In this report, there is word art located in the headers of many pages but not every page of the report. It needs to be deleted. Is there a simple way to delete all the word art from the headers? Or do a test on each page to determine if that page has word art on it, then delete it somehow?
I am running a macro that finds a section of text, deletes that section, then inserts new text. The new text needs to be formatted in a special way like horizontally centered and bolded and underlined for specific words. Is there anyway to code the formatting in?
Here's what I have so far...
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.