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 Chris Miller 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. trb5016

    Word VBA Automation with a document already open, template conflict

    It's funny you answered today, because I actually just came up with a solution. I'm not sure if what you suggested, Tony, works. I think I tried something similar, and it was still giving me trouble (We have norton installed, I've read that could be the issue) Anyways, what I've done is check...
  2. 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