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 biv343 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: trb5016
  • Content: Threads
  • Order by date
  1. trb5016

    Word VBA Automation with a document already open, template conflict

    I'm trying to automate word (from Access) using what I think is standard code. Dim wordApp As Word.Application Dim wordDoc As Word.Document Set wordApp = New Word.Application wordApp.Visible = False Set wordDoc = wordApp.Documents.Add wordApp.Visible...

Part and Inventory Search

Back
Top