|
|
|
Application.Speech.SpeakCellOnEnter = True |
This will tell you the active cell's value. "SpeakCellOnEnter" does not have to be active for this to work.
Application.Speech.Speak ActiveCell.Value |
Leave a message for someone
Application.Speech.Speak "Hello Bill" |
More in Excel's VBA Help file.
Published: 02-Feb-2004
Last edited:
05-Jun-2005 19:28