View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
dbarelli[_8_] dbarelli[_8_] is offline
external usenet poster
 
Posts: 1
Default Playing a sound file from Excel


One solution could be inserting the WMA fila as an object and call it
from the code with:

'Replace "Object 4" with the name of your object
ActiveSheet.Shapes("Object 4").Select
Selection.Verb Verb:=xlPrimary

...the only thing is that it will be open on your default player.

Regards.


--
dbarelli
------------------------------------------------------------------------
dbarelli's Profile: http://www.excelforum.com/member.php...o&userid=31275
View this thread: http://www.excelforum.com/showthread...hreadid=511093