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 TouchToneTommy 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: *

  • Users: Greni
  • Content: Threads
  • Order by date
  1. Greni

    Advice needed - Best way to fill out a word template

    Hi Need an advice What is the best way to fill out variables when opening a word document/template from Access. Use vba code in word template or acces. eg replace variable names with data? Writing data to file and open mail merge document other solutions or any samples available some...
  2. Greni

    Run time error 5449 - Find/replace

    Hi I got runtime error 5449 when trying to run Find/replace fron VBA code in a word document? AutoOpen() Selection.Find Clearformatting Selection.Find replacement.Clearformatting With selection.find .Text = $CustomerID .Replacement.text = intCustomerID .Forward = True .Wrap =...

Part and Inventory Search

Back
Top