PDA

View Full Version : Solved: Excel’s Speak Cells feature



vishwakarma
12-10-2010, 01:41 AM
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,

vishwakarma
12-10-2010, 02:10 AM
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,

Tinbendr
12-10-2010, 03:30 PM
.Value = nRand
Application.Speech.Speak .Value

vishwakarma
12-12-2010, 09:06 PM
Thanks a lot... Tinbendr

the code is working extremely fine..:thumb