Consulting

Results 1 to 4 of 4

Thread: Solved: Excel’s Speak Cells feature

  1. #1

    Question Solved: Excel’s Speak Cells feature

    Hello,

    I need a vba code to control Speak cells command button in excel.

    To be more clear, I need the speech function to speak the contents of a cell when the value is entered...


    Thanks,
    Regards,
    Manoj

    "There are no failures - just experiences and your reactions to them."

  2. #2
    Actually I need this code in the file attached which is used to fill random numbers, the code was provided by xld...

    Now, i need the speech function to speak the contents of a cell when the value is generated through the code...

    Thanks,
    Regards,
    Manoj

    "There are no failures - just experiences and your reactions to them."

  3. #3
    VBAX Expert Tinbendr's Avatar
    Joined
    Jun 2005
    Location
    North Central Mississippi (The Pines)
    Posts
    993
    Location
    [VBA] .Value = nRand
    Application.Speech.Speak .Value
    [/VBA]

  4. #4
    Thanks a lot... Tinbendr

    the code is working extremely fine..
    Regards,
    Manoj

    "There are no failures - just experiences and your reactions to them."

Posting Permissions

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