• Error Message (Word 2004)

    Author
    Topic
    #444488

    When I try to run a certain macro, I now get Run-time error ‘4678’ Unable to load specified library.

    What would cause this, and how can it be corrected?

    Thanks.

    Jerry

    Viewing 0 reply threads
    Author
    Replies
    • #1075105

      Can you tell us more about the macro?

      • #1075179

        Hans-

        This is an example. It’s just a customized comment. -Jerry

        Public Sub AuthorQuery()
        Dim AUname As String
        Dim Auinitial As String
        With Selection.Font
        .Underline = wdUnderlineWavy
        End With
        AUname = Application.UserName
        Auinitial = Application.UserInitials
        Application.UserName = “Author”
        Application.UserInitials = “AU”
        Selection.Comments.Add Range:=Selection.Range
        Selection.TypeText Text:=”AU: ”
        Application.UserName = AUname
        Application.UserInitials = Auinitial
        End Sub

    Viewing 0 reply threads
    Reply To: Error Message (Word 2004)

    You can use BBCodes to format your content.
    Your account can't use all available BBCodes, they will be stripped before saving.

    Your information: