help

  • Thread starter Thread starter frsm
  • Start date Start date
F

frsm

dear friends
i have an ecxell worksheet
in sheet1 i write in the cell ( A3) an english word
i want ecxell to read this word as a voice
i want to hear it
i know excell can do it , and i hope you can help me
i need a ready example
plz if you can make it send me an example at (e-mail address removed)
i will be thankfull for you
i see you will do it
bye friends
 
First enter this macro:

Sub Macro1()
For n = 1 To 100
Cells(n, 1).Speak
Next n
End Sub

Then type some words in A1 thru A100 and run the macro.
 
thank you very much , i will try it and tell you later what will happen
with me
byeeeeeeeeeeee
 
sorry friend
the file ddnt wok
i want anyone to help me to make axcell read the word in (c3 ) loudly

i want excll to speak the word
plz if you can make it , help me it is important
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top