Thread
:
How do you add sound file to a cell in excel
View Single Post
#
2
Don Guillett
Posts: n/a
You might use a worksheet_change event to hyperlink to a .wav file anywhere
on your computer.
--
Don Guillett
SalesAid Software
"Martin" wrote in message
...
I want to add a sound file to any cell in excel so that when the data is
entered into the cell by a user or when a calculation is performed by say
an
IF statement, that expression is TRUE then a sound is made.
Reply With Quote