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

    Newbie: Open A Directory

    Hi All, I need to have a control open a directory, what command should I use? Many thanks in advance... -- Viz
  2. Viz

    Winword & VBA - creating a DOC from a DOT?

    Dim Document Dim Application Dim blnError Set Application = CreateObject("Word.Application") Application.Visible = True Application.Documents.Open ("c:\mytemplate.dot") This only opens the template. How do I create a new document from a template...

Part and Inventory Search

Back
Top