Thursday, September 13, 2007

Excel Speaks

You can make Excel speak by using the following Macro...

In Cell "A1" type text, you want Excel to speak and than run the following macro

Sub SayThisCell()

Cells(1, 1).Speak

End Sub


Hope you all enjoy it.

1 comment:

  1. Hi,
    I read Ayush's Excel Speaks VBA. I was hoping someone could give me a VBA formula that can speak the contents of cell BE1 every time it changes. BE1 contains a simple formula that is derived from adding the contents of several changing cells in my worksheet. Thank you. Jeff

    ReplyDelete