Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
Max Max is offline
external usenet poster
 
Posts: 390
Default Music in Excel

Is there a code or something else that that play music when open an excel file?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 140
Default Music in Excel

I used to SHELL to an old version of windows media player.


Shell "mplayer.exe /Play c:\your.mp3", vbMinimizedNoFocus


Dennis

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


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8,520
Default Music in Excel

Refer this link
http://www.mrexcel.com/archive/VBA/11357.html
--
If this post helps click Yes
---------------
Jacob Skaria


"MAX" wrote:

Is there a code or something else that that play music when open an excel file?

  #4   Report Post  
Posted to microsoft.public.excel.programming
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?


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Can I use Excel as a music database? davekingpt Excel Discussion (Misc queries) 3 October 17th 09 06:10 PM
Using Excel to create weekly music charts Sandoid Excel Discussion (Misc queries) 0 April 15th 09 04:21 PM
Excel-based MIDI Music Synthesizer KRM Excel Programming 0 October 26th 07 08:30 PM
editing music tags in excel [email protected] Excel Worksheet Functions 0 April 18th 07 02:46 PM
how to music to excel conditional formula badger[_2_] Excel Programming 2 December 20th 04 07:45 AM


All times are GMT +1. The time now is 05:38 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"