Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel,microsoft.public.excel.misc
|
|||
|
|||
![]()
Quick question if I may...
I need to play two simultaneous sound files in Excel, and as I cannot have two userforms at the same time, I'm trying to have one play as a userform in mediaplayer and the other play as a windos media player ActiveX object embedded into the sheet (using Office 2007). However when I try to instruct the windows media player to begin playing it's file it hits a bug and refuses to budge. Am I attempting the impossible or just missing the obvious? Many thanks Private Sub UserForm_Activate() Dim Mfile As String Mfile = "c:\video\crowd.wav" MP.Open (Mfile) WindowsMediaPlayer1.URL = "c:\video\crowdup.wav" |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Controlling media player in VBA question | Excel Discussion (Misc queries) | |||
Close Windows Media Player | Excel Discussion (Misc queries) | |||
Force asx to bring up Windows Media Player - How? | Excel Discussion (Misc queries) | |||
Media player import to excel | Excel Discussion (Misc queries) | |||
Media Player versus Windows Media Player | Excel Discussion (Misc queries) |