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

    How do I add a reference using vba in Word?

    Well it did not like the Dim statement; however, the "Application.VBE.ActiveVBProject.References.AddFromFile" piece worked like a champ. Much thanks.
  2. mimitch

    How do I add a reference using vba in Word?

    Sub Macro36() ' ' Macro36 Macro ' Macro recorded 06/01/2011 by Michael Mitchell ' Dim loRef As Word.Reference Dim intCount As Integer Dim intX As Integer Dim blnBroke As Boolean Dim strPath As String On Error Resume Next Debug.Print "----------------- Add References -----------------------"...
  3. mimitch

    How do I add a reference using vba in Word?

    Ok. I tried using the code in WORD. This part "Dim loRef As Access.Reference" does not work. There is not equivalent "WORD.Reference" A "User-defined type not defined" error occurs. Suggestions???
  4. mimitch

    How do I add a reference using vba in Word?

    I saw that there was code listed here for adding references in Access. Has anyone done the same in Word? Thanks.

Part and Inventory Search

Back
Top