PC Review


Reply
 
 
butters14
Guest
Posts: n/a
 
      22nd Sep 2005

is there a way to have a WAV or MP3 file play upon the opening of
workbook? i'd like to spice up these sheets im sending via email. an
ideas

--
butters1
-----------------------------------------------------------------------
butters14's Profile: http://www.excelforum.com/member.php...fo&userid=1989
View this thread: http://www.excelforum.com/showthread.php?threadid=46974

 
Reply With Quote
 
 
 
 
Bob Phillips
Guest
Posts: n/a
 
      22nd Sep 2005
Private Declare Function PlaySound Lib "winmm.dll" Alias "PlaySoundA" _
(ByVal lpszName As String, _
hModule As Long, _
ByVal dwFlags As Long) As Long


Private Sub Workbook_Open()
PlayWavFile "C:\Windows\Media\Microsoft Office 2000\Chimes.wav"
End Sub


Public Function PlayWavFile(WavFile As String) As String
Const SND_ASYNC = &H1
Const SND_FILENAME = &H20000
PlaySound WavFile, 0, SND_ASYNC Or SND_FILENAME
PlayWavFile = ""
End Function


'This is workbook event code.
'To input this code, right click on the Excel icon on the worksheet
'(or next to the File menu if you maximise your workbooks),
'select View Code from the menu, and paste the code



--
HTH

Bob Phillips

"butters14" <(E-Mail Removed)> wrote
in message news:(E-Mail Removed)...
>
> is there a way to have a WAV or MP3 file play upon the opening of a
> workbook? i'd like to spice up these sheets im sending via email. any
> ideas?
>
>
> --
> butters14
> ------------------------------------------------------------------------
> butters14's Profile:

http://www.excelforum.com/member.php...o&userid=19890
> View this thread: http://www.excelforum.com/showthread...hreadid=469742
>



 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
copying cassette music tapes to computer music library =?Utf-8?B?bW9qbzI3NzE=?= Windows XP Music 6 10th May 2006 01:56 AM
GoatTracker: Freeware music tracker for making Commodore 64 Sid Music Eugene Esterly III Freeware 2 30th Apr 2006 06:00 PM
Music track (displayed audio levels) out of sync with actual music =?Utf-8?B?Sm9obm55IEI=?= Windows XP Music 1 17th Feb 2005 11:41 AM
Music folder displaying music info differently in tiles view mode =?Utf-8?B?QmlnQ040MDE=?= Windows XP Music 2 22nd Oct 2003 10:01 AM
Save music on folder to recover computer not damaging the music files Amy Smith Windows XP Music 1 6th Sep 2003 03:44 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:02 AM.