View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Don Guillett Don Guillett is offline
external usenet poster
 
Posts: 10,124
Default How run mp3 audio files in vba

Put this in a double_cllick macro where you doubleclick on the typed in PATH
and name of the file
C:\A_D\TownesVanZandt\Townes Van Zandt - Drunken rahayes.mp3


ActiveWorkbook.FollowHyperlink Address:=FullFileName

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"franco2808" wrote in message
...
In office, eg excel, you can write a macro to run wav audio files. Can you
do
the same for mp3 files?