Thread: Music in Excel
View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Dennis Tucker Dennis Tucker is offline
external usenet poster
 
Posts: 140
Default Music in Excel

This will play then close my wave file in mplay32(Win XP).

Sub Auto_Open()

RetVal = Shell("C:\WINDOWS\system32\mplay32.exe /play /close
C:\Dennis\Music\Hail_to_the_Chief.wav",vbNormalFoc us)

End Sub



Dennis

"MAX" wrote in message
...
Is there a code or something else that that play music when open an excel
file?