Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. DaveTaylor

    Performing Search & Replace in Word Documents Headers from Access

    Also see the following: http://www.scottm.dircon.co.uk/vbatips/word/selrange/search.htm
  2. DaveTaylor

    Performing Search & Replace in Word Documents Headers from Access

    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...
  3. DaveTaylor

    Performing Search & Replace in Word Documents Headers from Access

    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
  4. DaveTaylor

    Performing Search & Replace in Word Documents Headers from Access

    That is absolutely fantastic ! This code does exactly what I want. Again I thank you very much for this excellent help.
  5. DaveTaylor

    Performing Search & Replace in Word Documents Headers from Access

    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.
  6. DaveTaylor

    Performing Search & Replace in Word Documents Headers from Access

    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)...
  7. DaveTaylor

    Using DECS to Connect to SAP R/3

    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...

Part and Inventory Search

Back
Top