MrExcel Message Board
Support This Site


Go Back   MrExcel Message Board > Question Forums > Excel Questions

Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Old Mar 20th, 2004, 04:40 AM   #1
golf4
 
golf4's Avatar
 
Join Date: Jul 2002
Location: Salem, OR
Posts: 418
Default Play Wav and Show Splash Simultaneously?

Hi, everyone -

Continuing to experiment with my income calculation spreadsheet, I'm now playing a wav file when the workbook opens. I've also created a fansy-smansy ( )splash screen that shows when the workbook opens. My code is below:

Private Sub Workbook_Open()
If Sheets("Data_Entry_Sheet").Range("A14") = "X" Then
Call PlaySound("C:\My Music\welcome.wav", 0)
Sheets("Data_Entry_Sheet").Activate
Range("A1").Activate
UserForm1.Show
End If
End Sub


I'm wondering whether there is a way to run the wav file, SIMULTANEOUSLY, with the splash screen?

Thanks for the help,

Golf
golf4 is offline   Reply With Quote
 

Bookmarks

Thread Tools
Display Modes

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 On

Forum Jump


All times are GMT +1. The time now is 07:27 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
All contents Copyright 1998-2009 by MrExcel Consulting.