![]() |
|
|
|||||||
| 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 |
|
|
#1 |
|
Join Date: Jul 2002
Location: Salem, OR
Posts: 418
|
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 ( 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 |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|