How can i play a wave file in excel?
Since most .wav files are pretty, just insert it in the worksheet:
Insert Object etc.
find the place in your macro that you want the file played and insert
something like:
ActiveSheet.Shapes("Object 1").Select
Selection.Verb Verb:=xlPrimary
--
Gary's Student
"pj" wrote:
I have stock data coming in via DDE link. I want to play a .wav file if a
High or Low value is reached.
|