I will post this finished code for reference should anybody need something similiar.
This works in performing search and replace in Word 97 document headers where there are multiple document sections.
Dim rgLoop As Word.Range
Dim secLoop As Word.section
Dim hfLoop As...
One more minor point if you don't mind :
Only Header sections 1 & 2 are updated. Is there anything else that needs to be added to update all sections in document.
Thanks
I thank you very much for your help, I am still unsure of how to carry out the actual search and replace using this other property. The methods I am using in docword.content are now not valid. I am fairly new to automation with word.
I am trying to do a search & replace from access using automation. The following code works in the main body of a document but will not update the page header:
Dim varReplaceWith As Variant
varReplaceWith = Eval(myrs![fldbatch])
varReplaceWith = IIf(IsNull(varReplaceWith)...
I am trying to use DECS (Domino Enterprise Connection Services) to connect to SAP R/3. When I try to create a new connection, I don't get the option to connect to SAP. Does anybody have any information on this, or does anybody have a form created to connect to SAP via DECS. Any help would be...
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.