Consulting

Results 1 to 3 of 3

Thread: Solved: VBA Speech References Library

  1. #1
    VBAX Contributor
    Joined
    Apr 2006
    Posts
    144
    Location

    Solved: VBA Speech References Library

    Hi,

    Browsing VBA project references, a couple of DLLs whose names sound like they can be applied to simulate human speech:

    - MS Speech Object Library,
    - MS Direct Speech Synthesis

    Is that true? Has anyone used these references?

    Regards


    kp

  2. #2
    VBAX Mentor Marcster's Avatar
    Joined
    Jun 2005
    Posts
    434
    Location
    To make your Excel/Windows/Computer speak you can just use:

    [VBA]
    Sub Talk()
    Application.Speech.Speak "Hello"
    End Sub
    [/VBA]

    For more info in regards to the refs your asking about:
    http://www.dailydoseofexcel.com/arch...a-speech-code/

  3. #3
    VBAX Contributor
    Joined
    Apr 2006
    Posts
    144
    Location
    Thanks Macster.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •