help

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 [email protected]
i will be thankfull for you
i see you will do it
bye friends
 
G

Gary''s Student

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.
 
F

frsm

thank you very much , i will try it and tell you later what will happen
with me
byeeeeeeeeeeee
 
F

frsm

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
 
Top