View Single Post
 
Old 02-23-2014, 05:25 PM
pemartins pemartins is offline Windows 8 Office 2013
Novice
 
Join Date: Feb 2014
Posts: 9
pemartins is on a distinguished road
Default

Almost there!

When I have it like this, KaraFun Plyer opens but it doesn't start playing the song, it just opens the player and nothing else happens:
Code:
Private Sub CommandButton1_Click()
Shell "C:\Program Files (x86)\KaraFun Player\KaraFunPlayer.exe" & " " & _
  "C:\Users\P\Desktop\Karaoke\Karaokes\Phil Collins - Another Day In Paradise.zip"
End Sub
In this pc I'm using Excel 2013, I don't know if it matters.
Reply With Quote